subscan
Runtime Modules / Checkpoint
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
CheckpointCreated1c00["Option<EventDid>","Ticker","CheckpointId","Balance","Moment"]
MaximumSchedulesComplexityChanged1c01["IdentityId","u64"]
ScheduleCreated1c02["EventDid","Ticker","StoredSchedule"]
ScheduleRemoved1c03["IdentityId","Ticker","StoredSchedule"]
Storage Functions
Name
Type
TotalSupply{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"U128","keys_id":615,"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":616,"value_id":6}}
CheckpointIdSequence{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 12]"],"value":"U64","keys_id":39,"value_id":164}}
BalanceUpdates{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","[U8; 32]"],"value":"Vec<U64>","keys_id":600,"value_id":617}}
Timestamps{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"U64","keys_id":615,"value_id":8}}
SchedulesMaxComplexity{"origin":"PlainType","plain_type":"U64","PlainTypeValue":8}
ScheduleIdSequence{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 12]"],"value":"U64","keys_id":39,"value_id":169}}
Schedules{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 12]"],"value":"Vec<polymesh_common_utilities:traits:checkpoint:StoredSchedule>","keys_id":39,"value_id":618}}
ScheduleRefCount{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"U32","keys_id":619,"value_id":4}}
SchedulePoints{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"Vec<U64>","keys_id":619,"value_id":617}}
StorageVersion{"origin":"PlainType","plain_type":"U8","PlainTypeValue":620}
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`.
FailedToComputeNextCheckpointFailed to compute the next checkpoint.The schedule does not have any upcoming checkpoints.
ScheduleDurationTooShortThe duration of a schedule period is too short.
SchedulesTooComplexThe set of schedules taken together are too complex.For example, they are too many, or they occurs too frequently.