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":650,"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":651,"value_id":6}}
CheckpointIdSequence{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 12]"],"value":"U64","keys_id":42,"value_id":169}}
BalanceUpdates{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","[U8; 32]"],"value":"Vec<U64>","keys_id":635,"value_id":652}}
Timestamps{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"U64","keys_id":650,"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":174}}
Schedules{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 12]"],"value":"Vec<polymesh_common_utilities:traits:checkpoint:StoredSchedule>","keys_id":42,"value_id":653}}
ScheduleRefCount{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"U32","keys_id":654,"value_id":4}}
SchedulePoints{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"Vec<U64>","keys_id":654,"value_id":652}}
StorageVersion{"origin":"PlainType","plain_type":"U8","PlainTypeValue":655}
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.