_src_methods_proxy_addproxy_.proxyaddproxy.md 1.43 KiB
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

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

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

*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.
  - 'Any'
  - 'NonTransfer'
  - 'Governance'
  - 'Staking'