Name | Lookup | Parameters | |
---|---|---|---|
add_params | 2800 | 2 | |
add_public_key | 2801 | 2 | |
remove_params | 2802 | 2 | |
remove_public_key | 2803 | 2 | |
add_accumulator | 2804 | 2 | |
update_accumulator | 2805 | 2 | |
remove_accumulator | 2806 | 2 |
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":211,"value_id":836}} | |
AccumulatorParams | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Identity"],"key_vec":["DidOrDidMethodKey:DidOrDidMethodKey","U32"],"value":"AccumulatorParameters:AccumulatorParameters","keys_id":837,"value_id":203}} | |
AccumulatorKeys | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Identity"],"key_vec":["DidOrDidMethodKey:DidOrDidMethodKey","U32"],"value":"AccumulatorPublicKey:AccumulatorPublicKey","keys_id":837,"value_id":208}} | |
Accumulators | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 32]"],"value":"AccumulatorWithUpdateInfo:AccumulatorWithUpdateInfo","keys_id":219,"value_id":838}} | |
Version | {"origin":"PlainType","plain_type":"dock_core:common:storage_version:StorageVersion","PlainTypeValue":673} |
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. |