Newer
Older
[@substrate/txwrapper](../README.md) › [Globals](../globals.md) › ["src/methods/proxy/addProxy"](../modules/_src_methods_proxy_addproxy_.md) › [ProxyAddProxy](_src_methods_proxy_addproxy_.proxyaddproxy.md)
# Interface: ProxyAddProxy
## Hierarchy
* object
↳ **ProxyAddProxy**
## Index
### Properties
Zeke Mostov
committed
* [delay](_src_methods_proxy_addproxy_.proxyaddproxy.md#delay)
* [delegate](_src_methods_proxy_addproxy_.proxyaddproxy.md#delegate)
* [proxyType](_src_methods_proxy_addproxy_.proxyaddproxy.md#proxytype)
## Properties
Zeke Mostov
committed
### delay
Zeke Mostov
committed
• **delay**: *number | string*
Zeke Mostov
committed
*Defined in [src/methods/proxy/addProxy.ts:27](https://github.com/paritytech/txwrapper/blob/6ef1ba4/src/methods/proxy/addProxy.ts#L27)*
The number of blocks that an announcement must be in place for before the corresponding call
may be dispatched. If zero, then no announcement is needed.
___
### delegate
• **delegate**: *string*
*Defined in [src/methods/proxy/addProxy.ts:13](https://github.com/paritytech/txwrapper/blob/6ef1ba4/src/methods/proxy/addProxy.ts#L13)*
The account that the `caller` would like to make a proxy.
___
### proxyType
• **proxyType**: *string*
Zeke Mostov
committed
*Defined in [src/methods/proxy/addProxy.ts:22](https://github.com/paritytech/txwrapper/blob/6ef1ba4/src/methods/proxy/addProxy.ts#L22)*
The permissions for this proxy account. See the runtime for the `call` filters.
Zeke Mostov
committed
Current known types:
- 'Any'
- 'NonTransfer'
- 'Governance'
- 'Staking'