Base Argument object for methods.

interface ProxyAnnounceArgs {
    callHash: string;
    real: string;
}

Hierarchy (view full)

  • Args
    • ProxyAnnounceArgs

Properties

Properties

callHash: string

The hash of the call to be made by the real account.

real: string

The account that the proxy will make a call on behalf of.