Name | Lookup | Parameters | |
|---|---|---|---|
| pre_commit | 5b00 | 2 | |
| commit | 5b01 | 4 | |
| evict_pre_commits | 5b02 | 1 | |
| evict_anchors | 5b03 | - |
Name | Type | |
|---|---|---|
| PreCommits | {"origin":"Map","n_map_type":{"hashers":["Blake2_256"],"key_vec":["H256"],"value":"pallet_anchors:PreCommitData","keys_id":12,"value_id":653}} | |
| AnchorEvictDates | {"origin":"Map","n_map_type":{"hashers":["Blake2_256"],"key_vec":["H256"],"value":"U32","keys_id":12,"value_id":4}} | |
| AnchorIndexes | {"origin":"Map","n_map_type":{"hashers":["Blake2_256"],"key_vec":["U64"],"value":"H256","keys_id":11,"value_id":12}} | |
| LatestAnchorIndex | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":11} | |
| LatestEvictedAnchorIndex | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":11} | |
| LatestEvictedDate | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| EvictedAnchorRoots | {"origin":"Map","n_map_type":{"hashers":["Blake2_256"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":654}} |
Name | Docs |
|---|---|
| AnchorAlreadyExists | Anchor with anchor_id already exists |
| AnchorStoreDateInPast | Anchor store date must be in now or future |
| AnchorStoreDateAboveMaxLimit | Anchor store date must not be more than max store date |
| PreCommitAlreadyExists | Pre-commit already exists |
| NotOwnerOfPreCommit | Sender is not the owner of pre commit |
| InvalidPreCommitProof | Invalid pre commit proof |
| EvictionDateTooBig | Eviction date too big for conversion |
| FailedToConvertEpochToDays | Failed to convert epoch in MS to days |