subscan
Runtime Modules / Attestation
Spec Version:
Call Functions
Name
Lookup
Parameters
add3e003
revoke3e012
remove3e022
reclaim_deposit3e031
change_deposit_owner3e041
update_deposit3e051
Events
Name
Lookup
Attributes
AttestationCreated3e00["AttesterOf","ClaimHashOf","CtypeHashOf","Option<AuthorizationIdOf>"]
AttestationRevoked3e01["AttesterOf","ClaimHashOf"]
AttestationRemoved3e02["AttesterOf","ClaimHashOf"]
DepositReclaimed3e03["AccountIdOf","ClaimHashOf"]
Storage Functions
Name
Type
Attestations{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H256"],"value":"attestation:attestations:AttestationDetails","keys_id":12,"value_id":453}}
ExternalAttestations{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["runtime_common:authorization:AuthorizationId","H256"],"value":"Bool","keys_id":454,"value_id":43}}
Constants
Name
Type
Value
DepositU128001cc9dd006e00000000000000000000
MaxDelegatedAttestationsU32e8030000
Error Types
Name
Docs
AlreadyAttestedThere is already an attestation with the same claim hash stored onchain.
AlreadyRevokedThe attestation has already been revoked.
NotFoundNo attestation on chain matching the claim hash.
CTypeMismatchThe attestation CType does not match the CType specified in thedelegation hierarchy root.
NotAuthorizedThe call origin is not authorized to change the attestation.
MaxDelegatedAttestationsExceededThe maximum number of delegated attestations has already beenreached for the corresponding delegation id such that another onecannot be added.