Base Argument object for methods.

interface ProxyProxy {
    call: string | {
        args?: string;
        callIndex?: string;
    };
    forceProxyType: string;
    real: string;
}

Hierarchy (view full)

Properties

call: string | {
    args?: string;
    callIndex?: string;
}

The call to be made by the real account. To take advantage of txwrapper methods, this could be UnsignedTransaction.method.

forceProxyType: string

Specify the exact proxy type to be used and checked for this call.

real: string

Dispatch the given call from an account that the sender is authorized for through, add_proxy.