Kusama
subscan
Runtime Modules / Multisig
Spec Version:
Call Functions
Name
Lookup
Parameters
as_multi_threshold_11f002
as_multi1f015
approve_as_multi1f025
cancel_as_multi1f034
Events
Name
Lookup
Attributes
NewMultisig1f00["AccountId","AccountId","CallHash"]
MultisigApproval1f01["AccountId","Timepoint<BlockNumberFor>","AccountId","CallHash"]
MultisigExecuted1f02["AccountId","Timepoint<BlockNumberFor>","AccountId","CallHash","DispatchResult"]
MultisigCancelled1f03["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":756,"value_id":757}}
Constants
Name
Type
Value
DepositBaseU128f01945e79b0000000000000000000000
DepositFactorU1288006943f000000000000000000000000
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.