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":9,"value_id":416}} | |
| PreCommitEvictionBuckets | {"origin":"Map","n_map_type":{"hashers":["Blake2_256"],"key_vec":["Tuple:U32U64"],"value":"H256","keys_id":417,"value_id":9}} | |
| PreCommitEvictionBucketIndex | {"origin":"Map","n_map_type":{"hashers":["Blake2_256"],"key_vec":["U32"],"value":"U64","keys_id":4,"value_id":8}} | |
| AnchorEvictDates | {"origin":"Map","n_map_type":{"hashers":["Blake2_256"],"key_vec":["H256"],"value":"U32","keys_id":9,"value_id":4}} | |
| AnchorIndexes | {"origin":"Map","n_map_type":{"hashers":["Blake2_256"],"key_vec":["U64"],"value":"H256","keys_id":8,"value_id":9}} | |
| LatestAnchorIndex | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":8} | |
| LatestEvictedAnchorIndex | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":8} | |
| 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":10}} |
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 |
| FeeNotSet | State rent fee not set in the Fee Pallet |
| PreCommitAlreadyExists | Pre-commit already exists |
| NotOwnerOfPreCommit | Sender is not the owner of pre commit |
| InvalidPreCommitProof | Invalid pre commit proof |
| PreCommitExpirationTooBig | Pre Commit expiration block too big |
| EvictionDateTooBig | Eviction date too big for conversion |
| FailedToConvertEpochToDays | Failed to convert epoch in MS to days |
| EvictionNotPossible | Bucket eviction not possible |