Base Argument object for methods.

interface ProxyAddProxy {
    delay: string | number;
    delegate: string;
    proxyType: string;
}

Hierarchy (view full)

Properties

delay: string | number

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: string

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

proxyType: string

The permissions for this proxy account. See the chain's runtime for the call filters.