Polkadot
subscan
Runtime Modules / Multisig
Spec Version:
Call Functions
Name
Lookup
Parameters
as_multi_threshold_11e002
as_multi1e015
approve_as_multi1e025
cancel_as_multi1e034
Events
Name
Lookup
Attributes
NewMultisig1e00["AccountId","AccountId","CallHash"]
MultisigApproval1e01["AccountId","Timepoint<BlockNumberFor>","AccountId","CallHash"]
MultisigExecuted1e02["AccountId","Timepoint<BlockNumberFor>","AccountId","CallHash","DispatchResult"]
MultisigCancelled1e03["AccountId","Timepoint<BlockNumberFor>","AccountId","CallHash"]
Storage Functions
Name
Type
Multisigs{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["AccountId","[U8; 32]"],"value":"pallet_multisig:Multisig","keys_id":692,"value_id":693}}
Constants
Name
Type
Value
DepositBaseU128008c61c52e0000000000000000000000
DepositFactorU12800d01213000000000000000000000000
MaxSignatoriesU3264000000
Error Types
Name
Docs
MinimumThresholdThreshold must be 2 or greater.
AlreadyApprovedCall is already approved by this signatory.
NoApprovalsNeededCall doesn't need any (more) approvals.
TooFewSignatoriesThere are too few signatories in the list.
TooManySignatoriesThere are too many signatories in the list.
SignatoriesOutOfOrderThe signatories were provided out of order; they should be ordered.
SenderInSignatoriesThe sender was contained in the other signatories; it shouldn't be.
NotFoundMultisig operation not found when attempting to cancel.
NotOwnerOnly the account that originally created the multisig is able to cancel it.
NoTimepointNo timepoint was given, yet the multisig operation is already underway.
WrongTimepointA different timepoint was given to the multisig operation that is underway.
UnexpectedTimepointA timepoint was given, yet no multisig operation is underway.
MaxWeightTooLowThe maximum weight information provided was too low.
AlreadyStoredThe data to be stored is already stored.