Name | Lookup | Parameters | |
|---|---|---|---|
| batch | 1000 | 1 | |
| as_sub | 1001 | 2 | |
| as_multi | 1002 | 4 | |
| approve_as_multi | 1003 | 4 | |
| cancel_as_multi | 1004 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BatchInterrupted | 0900 | ||
| BatchCompleted | 0901 | ||
| NewMultisig | 0902 | ||
| MultisigApproval | 0903 | ||
| MultisigExecuted | 0904 | ||
| MultisigCancelled | 0905 | ||
| Uncallable | 0906 |
Name | Type | |
|---|---|---|
| Multisigs | {"origin":"DoubleMapType","double_map_type":{"key":"AccountId","key2":"[u8; 32]","hasher":"Twox64Concat","key2Hasher":"Blake2_128Concat","value":"Multisig<BlockNumber, BalanceOf, AccountId>","isLinked":false}} |
Name | Docs |
|---|---|
| ZeroThreshold | Threshold is too low (zero). |
| 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. |
| SenderInSignatories | The sender was contained in the other signatories; it shouldn't be. |
| 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. |
| Uncallable | A call with a `false` `IsCallable` filter was attempted. |