Base Argument object for methods.

interface ProxyRejectAnnouncementArgs {
    callHash: string;
    delegate: string;
}

Hierarchy (view full)

  • Args
    • ProxyRejectAnnouncementArgs

Properties

Properties

callHash: string

The hash of the call that the proxy wants to execute.

delegate: string

The account that previously announced the call.