SORA
subscan
Runtime Modules / BridgeMultisig
Spec Version:
Events
Name
Lookup
Attributes
MultisigAccountCreated0a00["AccountId"]
NewMultisig0a01["AccountId","AccountId","[u8; 32]"]
MultisigApproval0a02["AccountId","BridgeTimepoint<BlockNumber>","AccountId","[u8; 32]"]
MultisigExecuted0a03["AccountId","BridgeTimepoint<BlockNumber>","AccountId","[u8; 32]","Option<DispatchError>"]
MultisigCancelled0a04["AccountId","BridgeTimepoint<BlockNumber>","AccountId","[u8; 32]"]
Storage Functions
Name
Type
Accounts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_multisig:MultisigAccount","keys_id":0,"value_id":273}}
Multisigs{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["AccountId","[U8; 32]"],"value":"pallet_multisig:Multisig@276","keys_id":275,"value_id":276}}
Calls{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 32]"],"value":"Tuple:Vec<U8>AccountIdU128","keys_id":1,"value_id":277}}
DispatchedCalls{"origin":"Map","n_map_type":{"hashers":["Identity","Twox64Concat"],"key_vec":["[U8; 32]","pallet_multisig:BridgeTimepoint"],"value":"NULL","keys_id":278,"value_id":42}}
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.
SenderNotInSignatoriesThe sender wasn't contained in the other signatories; it shouldn be.
NotInSignatoriesThe given account ID is not presented in the signatories.
AlreadyInSignatoriesThe given account ID is already presented in the signatories.
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.
AlreadyStoredThe data to be stored is already stored.
WeightTooLowThe maximum weight information provided was too low.
ZeroThresholdThreshold should not be zero.
MultisigAlreadyExistsThe multisig account is already registered.
UnknownMultisigAccountCorresponding multisig account wasn't found.
SignatoriesAreNotUniqueOrUnorderedSignatories list unordered or contains duplicated entries.
AlreadyDispatchedCall with the given hash was already dispatched.