subscan
Runtime Modules / Checkpoint
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
CheckpointCreated1c00["Option<IdentityId>","Ticker","CheckpointId","Balance","Moment"]
MaximumSchedulesComplexityChanged1c01["IdentityId","u64"]
ScheduleCreated1c02["IdentityId","Ticker","ScheduleId","ScheduleCheckpoints"]
ScheduleRemoved1c03["IdentityId","Ticker","ScheduleId","ScheduleCheckpoints"]
Storage Functions
Name
Type
TotalSupply{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"U128","keys_id":635,"value_id":6}}
Balance{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["Tuple:[U8; 12]U64","[U8; 32]"],"value":"U128","keys_id":636,"value_id":6}}
CheckpointIdSequence{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 12]"],"value":"U64","keys_id":42,"value_id":171}}
BalanceUpdates{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","[U8; 32]"],"value":"Vec<U64>","keys_id":622,"value_id":637}}
Timestamps{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"U64","keys_id":635,"value_id":10}}
SchedulesMaxComplexity{"origin":"PlainType","plain_type":"U64","PlainTypeValue":10}
ScheduleIdSequence{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 12]"],"value":"U64","keys_id":42,"value_id":172}}
CachedNextCheckpoints{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 12]"],"value":"polymesh_common_utilities:traits:checkpoint:NextCheckpoints","keys_id":42,"value_id":638}}
ScheduledCheckpoints{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"Vec<U64>","keys_id":642,"value_id":173}}
ScheduleRefCount{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"U32","keys_id":642,"value_id":4}}
SchedulePoints{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"Vec<U64>","keys_id":642,"value_id":637}}
StorageVersion{"origin":"PlainType","plain_type":"U8","PlainTypeValue":643}
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 ticker over the maximum complexity allowed.
ScheduleIsEmptyCan't create an empty schedule.
ScheduleFinishedThe schedule has no more checkpoints.
ScheduleHasExpiredCheckpointsThe schedule has expired checkpoints.