Name | Lookup | Attributes | |
|---|---|---|---|
| ParamsAdded | 2800 | ["AccumulatorOwner","IncId"] | |
| ParamsRemoved | 2801 | ["AccumulatorOwner","IncId"] | |
| KeyAdded | 2802 | ["AccumulatorOwner","IncId"] | |
| KeyRemoved | 2803 | ["AccumulatorOwner","IncId"] | |
| AccumulatorAdded | 2804 | ["AccumulatorId","Bytes"] | |
| AccumulatorUpdated | 2805 | ["AccumulatorId","Bytes"] | |
| AccumulatorRemoved | 2806 | ["AccumulatorId"] |
Name | Type | |
|---|---|---|
| AccumulatorOwnerCounters | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["DidOrDidMethodKey:DidOrDidMethodKey"],"value":"StoredAccumulatorOwnerCounters:StoredAccumulatorOwnerCounters","keys_id":333,"value_id":602}} | |
| AccumulatorParams | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Identity"],"key_vec":["DidOrDidMethodKey:DidOrDidMethodKey","U32"],"value":"AccumulatorParameters:AccumulatorParameters","keys_id":603,"value_id":604}} | |
| AccumulatorKeys | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Identity"],"key_vec":["DidOrDidMethodKey:DidOrDidMethodKey","U32"],"value":"AccumulatorPublicKey:AccumulatorPublicKey","keys_id":603,"value_id":607}} | |
| Accumulators | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 32]"],"value":"AccumulatorWithUpdateInfo:AccumulatorWithUpdateInfo","keys_id":334,"value_id":610}} | |
| Version | {"origin":"PlainType","plain_type":"dock_core:common:storage_version:StorageVersion","PlainTypeValue":409} |
Name | Docs |
|---|---|
| ParamsDontExist | The specified parameters do not exist. |
| PublicKeyDoesntExist | The specified public key does not exist. |
| AccumulatedTooBig | The accumulated value is too large to be processed. |
| AccumulatorAlreadyExists | The accumulator already exists. |
| AccumulatorDoesntExist | The specified accumulator does not exist. |
| NotPublicKeyOwner | The caller is not the owner of the public key. |
| NotParamsOwner | The caller is not the owner of the parameters. |
| NotAccumulatorOwner | The caller is not the owner of the accumulator. |
| IncorrectNonce | The nonce provided is incorrect. |