interface MultisigCancelAsMulti {
    callHash: string;
    timepoint: Timepoint;
}

Hierarchy

Properties

Properties

callHash: string

The hash of the call to be executed.

timepoint: Timepoint

The timepoint (block number and transaction index) of the first approval transaction for this dispatch.