_src_methods_proxy_addproxy_.proxyaddproxy.md 1.37 KiB
Newer Older
**[@substrate/txwrapper](../README.md)**
> [Globals](../globals.md) / ["src/methods/proxy/addProxy"](../modules/_src_methods_proxy_addproxy_.md) / ProxyAddProxy

# Interface: ProxyAddProxy

## Hierarchy


**ProxyAddProxy**

## Index

### Properties

* [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

emostov's avatar
emostov committed
*Defined in [src/methods/proxy/addProxy.ts:27](https://github.com/paritytech/txwrapper/blob/96fc986/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.

___

emostov's avatar
emostov committed
*Defined in [src/methods/proxy/addProxy.ts:13](https://github.com/paritytech/txwrapper/blob/96fc986/src/methods/proxy/addProxy.ts#L13)*

The account that the `caller` would like to make a proxy.

___

emostov's avatar
emostov committed
*Defined in [src/methods/proxy/addProxy.ts:22](https://github.com/paritytech/txwrapper/blob/96fc986/src/methods/proxy/addProxy.ts#L22)*

The permissions for this proxy account. See the runtime for the `call` filters.
  - 'Any'
  - 'NonTransfer'
  - 'Governance'
  - 'Staking'