Multisig
#13Multi-signature account operations
Part of Utility & Tools: Batch operations, proxies, multisig, and scheduling
This signatory has already approved this multisig call.
The call data is already stored on-chain.
Register approval without providing full call data (hash only).
Register approval for a dispatch, executing if threshold is reached.
Immediately dispatch a call using a single approval from the caller.
Cancel a pending multisig operation and reclaim the deposit.
Base deposit for creating a multisig.
Per-signatory deposit factor.
Emitted when a multisig deposit is updated after parameter changes.
Maximum signatories for a multisig.
The maximum weight specified is too low for the call.
Threshold must be at least 2 for multisig operations.
Emitted when a signatory approves a pending multisig operation.
Emitted when a pending multisig operation is cancelled.
Emitted when a multisig operation is executed after reaching threshold.
The set of open multisig operations.
Emitted when a new multisig operation is initiated.
Threshold of 1 means no additional approvals needed.
No multisig operation found for this call hash.
A timepoint is required but was not provided.
Caller is not an owner/signatory of this multisig.
Update the deposit for an existing multisig operation.
The sender should not be included in the signatories list.
Signatories must be provided in sorted order.
Not enough signatories provided for the multisig.
Signatory count exceeds the maximum allowed.
A timepoint was provided when none was expected.
The provided timepoint does not match the stored operation.