Name | Lookup | Parameters | |
---|---|---|---|
as_multi_threshold_1 | 2400 | 2 | |
as_multi | 2401 | 5 | |
approve_as_multi | 2402 | 5 | |
cancel_as_multi | 2403 | 4 |
Name | Lookup | Attributes | |
---|---|---|---|
NewMultisig | 2400 | ["AccountId","AccountId","CallHash"] | |
MultisigApproval | 2401 | ["AccountId","Timepoint<BlockNumberFor>","AccountId","CallHash"] | |
MultisigExecuted | 2402 | ["AccountId","Timepoint<BlockNumberFor>","AccountId","CallHash","DispatchResult"] | |
MultisigCancelled | 2403 | ["AccountId","Timepoint<BlockNumberFor>","AccountId","CallHash"] |
Name | Type | |
---|---|---|
Multisigs | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["[U8; 20]","[U8; 32]"],"value":"pallet_multisig:Multisig","keys_id":505,"value_id":506}} |
Name | Type | Value | |
---|---|---|---|
DepositBase | U128 | 00004872eebd19980000000000000000 | |
DepositFactor | U128 | 000014bbf08ac6020000000000000000 | |
MaxSignatories | U32 | 64000000 |
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. |
MaxWeightTooLow | The maximum weight information provided was too low. |
AlreadyStored | The data to be stored is already stored. |