Name | Lookup | Parameters | |
|---|---|---|---|
| note_preimage | 4600 | 1 | |
| unnote_preimage | 4601 | 1 | |
| request_preimage | 4602 | 1 | |
| unrequest_preimage | 4603 | 1 |
Name | Type | |
|---|---|---|
| StatusFor | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"pallet_preimage:RequestStatus","keys_id":9,"value_id":429}} | |
| PreimageFor | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Vec<U8>","keys_id":9,"value_id":431}} |
Name | Docs |
|---|---|
| TooLarge | Preimage is too large to store on-chain. |
| AlreadyNoted | Preimage has already been noted on-chain. |
| NotAuthorized | The user is not authorized to perform this action. |
| NotNoted | The preimage cannot be removed since it has not yet been noted. |
| Requested | A preimage may not be removed when there are outstanding requests. |
| NotRequested | The preimage request cannot be removed since no outstanding requests exist. |