subscan
Runtime Modules / Checkpoint
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
CheckpointCreated1c00["Option<IdentityId>","AssetId","CheckpointId","polymesh_primitives::Balance","Moment"]
MaximumSchedulesComplexityChanged1c01["IdentityId","u64"]
ScheduleCreated1c02["IdentityId","AssetId","ScheduleId","ScheduleCheckpoints"]
ScheduleRemoved1c03["IdentityId","AssetId","ScheduleId","ScheduleCheckpoints"]
Storage Functions
Name
Type
TotalSupply{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 16]","U64"],"value":"U128","keys_id":633,"value_id":6}}
Balance{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["Tuple:[U8; 16]U64","[U8; 32]"],"value":"U128","keys_id":634,"value_id":6}}
CheckpointIdSequence{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 16]"],"value":"U64","keys_id":42,"value_id":163}}
BalanceUpdates{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 16]","[U8; 32]"],"value":"Vec<U64>","keys_id":620,"value_id":635}}
Timestamps{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 16]","U64"],"value":"U64","keys_id":633,"value_id":10}}
SchedulesMaxComplexity{"origin":"PlainType","plain_type":"U64","PlainTypeValue":10}
ScheduleIdSequence{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 16]"],"value":"U64","keys_id":42,"value_id":164}}
CachedNextCheckpoints{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 16]"],"value":"polymesh_common_utilities:traits:checkpoint:NextCheckpoints","keys_id":42,"value_id":636}}
ScheduledCheckpoints{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 16]","U64"],"value":"Vec<U64>","keys_id":640,"value_id":165}}
ScheduleRefCount{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 16]","U64"],"value":"U32","keys_id":640,"value_id":4}}
SchedulePoints{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 16]","U64"],"value":"Vec<U64>","keys_id":640,"value_id":635}}
StorageVersion{"origin":"PlainType","plain_type":"U8","PlainTypeValue":641}
Error Types
Name
Docs
NoSuchScheduleA checkpoint schedule does not exist for the asset.
ScheduleNotRemovableA checkpoint schedule is not removable as `ref_count(schedule_id) > 0`.
SchedulesOverMaxComplexityThe new schedule would put the asset over the maximum complexity allowed.
ScheduleIsEmptyCan't create an empty schedule.
ScheduleFinishedThe schedule has no more checkpoints.
ScheduleHasExpiredCheckpointsThe schedule has expired checkpoints.