Name | Lookup | Parameters | |
|---|---|---|---|
| add_params | 2800 | 3 | |
| add_public_key | 2801 | 3 | |
| 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 | ||
| ParamsRemoved | 2801 | ||
| KeyAdded | 2802 | ||
| KeyRemoved | 2803 | ||
| AccumulatorAdded | 2804 | ||
| AccumulatorUpdated | 2805 | ||
| AccumulatorRemoved | 2806 |
Name | Type | |
|---|---|---|
| DidCounters | {"origin":"MapType","map_type":{"key":"did::Did","hasher":"Blake2_128Concat","value":"(u32, u32)","isLinked":false}} | |
| AccumulatorParams | {"origin":"DoubleMapType","double_map_type":{"key":"did::Did","key2":"u32","hasher":"Blake2_128Concat","key2Hasher":"Identity","value":"AccumulatorParameters","isLinked":false}} | |
| AccumulatorKeys | {"origin":"DoubleMapType","double_map_type":{"key":"did::Did","key2":"u32","hasher":"Blake2_128Concat","key2Hasher":"Identity","value":"AccumulatorPublicKey","isLinked":false}} | |
| Accumulators | {"origin":"MapType","map_type":{"key":"AccumulatorId","hasher":"Blake2_128Concat","value":"(BlockNumber, BlockNumber, u32, Accumulator)","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| LabelMaxSize | u32 | 0x80000000 | |
| LabelPerByteWeight | Weight | 0x0a00000000000000 | |
| ParamsMaxSize | u32 | 0x00020000 | |
| ParamsPerByteWeight | Weight | 0x0a00000000000000 | |
| PublicKeyMaxSize | u32 | 0x00020000 | |
| PublicKeyPerByteWeight | Weight | 0x0a00000000000000 | |
| AccumulatedMaxSize | u32 | 0x80000000 | |
| AccumulatedPerByteWeight | Weight | 0x0a00000000000000 |
Name | Docs |
|---|---|
| InvalidSig | |
| LabelTooBig | |
| ParamsTooBig | |
| PublicKeyTooBig | |
| ParamsDontExist | |
| PublicKeyDoesntExist | |
| AccumulatedTooBig | |
| AccumulatorDoesntExist | |
| AccumulatorAlreadyExists | |
| DifferentCreationBlockNo | |
| IncorrectNonce |