Name | Lookup | Parameters | |
|---|---|---|---|
| as_multi_threshold_1 | 1d00 | 2 | |
| as_multi | 1d01 | 6 | |
| approve_as_multi | 1d02 | 5 | |
| cancel_as_multi | 1d03 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewMultisig | 1d00 | ||
| MultisigApproval | 1d01 | ||
| MultisigExecuted | 1d02 | ||
| MultisigCancelled | 1d03 |
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}} | |
| Calls | {"origin":"MapType","map_type":{"key":"[u8; 32]","hasher":"Identity","value":"(OpaqueCall, AccountId, BalanceOf)","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| DepositBase | BalanceOf | 0x009c3845f00400000000000000000000 | |
| DepositFactor | BalanceOf | 0x0000eb08bf0100000000000000000000 | |
| MaxSignatories | u16 | 0x6400 |
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. |
| 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. |
| WeightTooLow | The maximum weight information provided was too low. |
| AlreadyStored | The data to be stored is already stored. |