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":637,"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":638,"value_id":6}} | |
| CheckpointIdSequence | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 12]"],"value":"U64","keys_id":39,"value_id":165}} | |
| BalanceUpdates | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","[U8; 32]"],"value":"Vec<U64>","keys_id":622,"value_id":639}} | |
| Timestamps | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"U64","keys_id":637,"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":170}} | |
| 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":640}} | |
| ScheduleRefCount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"U32","keys_id":641,"value_id":4}} | |
| SchedulePoints | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U64"],"value":"Vec<U64>","keys_id":641,"value_id":639}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"U8","PlainTypeValue":642} |
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. |