subscan
Runtime Modules / MultiSig
Spec Version:
Events
Name
Lookup
Attributes
MultiSigCreated0f00["IdentityId","AccountId","AccountId","Vec<Signatory<AccountId>>","u64"]
ProposalAdded0f01["IdentityId","AccountId","u64"]
ProposalExecuted0f02["IdentityId","AccountId","u64","bool"]
MultiSigSignerAdded0f03["IdentityId","AccountId","Signatory<AccountId>"]
MultiSigSignerAuthorized0f04["IdentityId","AccountId","Signatory<AccountId>"]
MultiSigSignerRemoved0f05["IdentityId","AccountId","Signatory<AccountId>"]
MultiSigSignaturesRequiredChanged0f06["IdentityId","AccountId","u64"]
ProposalApproved0f07["IdentityId","AccountId","Signatory<AccountId>","u64"]
ProposalRejectionVote0f08["IdentityId","AccountId","Signatory<AccountId>","u64"]
ProposalRejected0f09["IdentityId","AccountId","u64"]
ProposalExecutionFailed0f0a["DispatchError"]
SchedulingFailed0f0b["DispatchError"]
Storage Functions
Name
Type
MultiSigNonce{"origin":"PlainType","plain_type":"U64","PlainTypeValue":10}
MultiSigSigners{"origin":"Map","n_map_type":{"hashers":["Identity","Twox64Concat"],"key_vec":["AccountId","polymesh_primitives:secondary_key:Signatory"],"value":"Bool","keys_id":560,"value_id":74}}
NumberOfSigners{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":10}}
MultiSigSignsRequired{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":10}}
MultiSigTxDone{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":10}}
Proposals{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","U64"],"value":"Call","keys_id":561,"value_id":381}}
ProposalIds{"origin":"Map","n_map_type":{"hashers":["Identity","Blake2_128Concat"],"key_vec":["AccountId","Call"],"value":"U64","keys_id":562,"value_id":10}}
Votes{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["Tuple:AccountIdU64","polymesh_primitives:secondary_key:Signatory"],"value":"Bool","keys_id":563,"value_id":74}}
MultiSigToIdentity{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["AccountId"],"value":"[U8; 32]","keys_id":0,"value_id":32}}
ProposalDetail{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","U64"],"value":"polymesh_primitives:multisig:ProposalDetails","keys_id":561,"value_id":564}}
LostCreatorPrivileges{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 32]"],"value":"Bool","keys_id":32,"value_id":74}}
TransactionVersion{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
StorageVersion{"origin":"PlainType","plain_type":"U8","PlainTypeValue":566}
Error Types
Name
Docs
CddMissingThe multisig is not attached to a CDD'd identity.
ProposalMissingThe proposal does not exist.
DecodingErrorMultisig address.
NoSignersNo signers.
RequiredSignaturesOutOfBoundsToo few or too many required signatures.
NotASignerNot a signer.
NoSuchMultisigNo such multisig.
NotEnoughSignersNot enough signers.
NonceOverflowA nonce overflow.
AlreadyVotedAlready voted.
AlreadyASignerAlready a signer.
FailedToChargeFeeCouldn't charge fee for the transaction.
IdentityNotCreatorIdentity provided is not the multisig's creator.
ChangeNotAllowedChanging multisig parameters not allowed since multisig is a primary key.
SignerAlreadyLinkedToMultisigSigner is an account key that is already associated with a multisig.
SignerAlreadyLinkedToIdentitySigner is an account key that is already associated with an identity.
MultisigNotAllowedToLinkToItselfMultisig not allowed to add itself as a signer.
MissingCurrentIdentityCurrent DID is missing
NotPrimaryKeyThe function can only be called by the primary key of the did
ProposalAlreadyRejectedProposal was rejected earlier
ProposalExpiredProposal has expired
ProposalAlreadyExecutedProposal was executed earlier
MultisigMissingIdentityMultisig is not attached to an identity
FailedToScheduleScheduling of a proposal fails
TooManySignersMore signers than required.
CreatorControlsHaveBeenRemovedThe creator is no longer allowed to call via creator extrinsics.