Name | Lookup | Parameters | |
---|---|---|---|
register_multisig | 0a00 | 1 | |
remove_signatory | 0a01 | 1 | |
add_signatory | 0a02 | 1 | |
as_multi_threshold_1 | 0a03 | 3 | |
as_multi | 0a04 | 5 | |
approve_as_multi | 0a05 | 4 | |
cancel_as_multi | 0a06 | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
MultisigAccountCreated | 0a00 | ||
NewMultisig | 0a01 | ||
MultisigApproval | 0a02 | ||
MultisigExecuted | 0a03 | ||
MultisigCancelled | 0a04 |
Name | Type | |
---|---|---|
Accounts | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"MultisigAccount<AccountId>","isLinked":false}} | |
Multisigs | {"origin":"DoubleMapType","double_map_type":{"key":"AccountId","key2":"[u8; 32]","hasher":"Twox64Concat","key2Hasher":"Blake2_128Concat","value":"Multisig<BlockNumber, BalanceOf, AccountId>","isLinked":false}} | |
Calls | {"origin":"MapType","map_type":{"key":"[u8; 32]","hasher":"Identity","value":"(OpaqueCall, AccountId, BalanceOf)","isLinked":false}} | |
DispatchedCalls | {"origin":"DoubleMapType","double_map_type":{"key":"[u8; 32]","key2":"BridgeTimepoint<BlockNumber>","hasher":"Identity","key2Hasher":"Twox64Concat","value":"Null","isLinked":false}} |
Name | Docs |
---|---|
MinimumThreshold | Threshold must be 2 or greater. |
AlreadyApproved | Call is already approved by this signatory. |
NoApprovalsNeeded | Call doesn't need any (more) approvals. |
TooFewSignatories | There are too few signatories in the list. |
TooManySignatories | There are too many signatories in the list. |
SignatoriesOutOfOrder | The signatories were provided out of order; they should be ordered. |
SenderNotInSignatories | The sender wasn't contained in the other signatories; it shouldn be. |
NotInSignatories | The given account ID is not presented in the signatories. |
AlreadyInSignatories | The given account ID is already presented in the signatories. |
NotFound | Multisig operation not found when attempting to cancel. |
NotOwner | Only the account that originally created the multisig is able to cancel it. |
NoTimepoint | No timepoint was given, yet the multisig operation is already underway. |
WrongTimepoint | A different timepoint was given to the multisig operation that is underway. |
UnexpectedTimepoint | A timepoint was given, yet no multisig operation is underway. |
AlreadyStored | The data to be stored is already stored. |
WeightTooLow | The maximum weight information provided was too low. |
ZeroThreshold | Threshold should not be zero. |
MultisigAlreadyExists | The multisig account is already registered. |
UnknownMultisigAccount | Corresponding multisig account wasn't found. |
SignatoriesAreNotUniqueOrUnordered | Signatories list unordered or contains duplicated entries. |
AlreadyDispatched | Call with the given hash was already dispatched. |