Name | Lookup | Parameters | |
---|---|---|---|
create_checkpoint | 1c00 | 1 | |
set_schedules_max_complexity | 1c01 | 1 | |
create_schedule | 1c02 | 2 | |
remove_schedule | 1c03 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
CheckpointCreated | 1c00 | ["Option<EventDid>","Ticker","CheckpointId","Balance","Moment"] | |
MaximumSchedulesComplexityChanged | 1c01 | ["IdentityId","u64"] | |
ScheduleCreated | 1c02 | ["EventDid","Ticker","StoredSchedule"] | |
ScheduleRemoved | 1c03 | ["IdentityId","Ticker","StoredSchedule"] |
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} |
Name | Docs |
---|---|
NoSuchSchedule | A checkpoint schedule does not exist for the asset. |
ScheduleNotRemovable | A checkpoint schedule is not removable as `ref_count(schedule_id) > 0`. |
FailedToComputeNextCheckpoint | Failed to compute the next checkpoint.The schedule does not have any upcoming checkpoints. |
ScheduleDurationTooShort | The duration of a schedule period is too short. |
SchedulesTooComplex | The set of schedules taken together are too complex.For example, they are too many, or they occurs too frequently. |