Name | Lookup | Parameters | |
---|---|---|---|
set_paying_key | 2c00 | 2 | |
accept_paying_key | 2c01 | 1 | |
remove_paying_key | 2c02 | 2 | |
update_polyx_limit | 2c03 | 2 | |
increase_polyx_limit | 2c04 | 2 | |
decrease_polyx_limit | 2c05 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
AuthorizedPayingKey | 2c00 | ["EventDid","AccountId","AccountId","Balance","u64"] | |
AcceptedPayingKey | 2c01 | ["EventDid","AccountId","AccountId"] | |
RemovedPayingKey | 2c02 | ["EventDid","AccountId","AccountId"] | |
UpdatedPolyxLimit | 2c03 | ["EventDid","AccountId","AccountId","Balance","Balance"] |
Name | Type | |
---|---|---|
Subsidies | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"pallet_relayer:pallet:Subsidy","keys_id":0,"value_id":712}} |
Name | Docs |
---|---|
UserKeyCddMissing | The `user_key` is not attached to a CDD'd identity. |
PayingKeyCddMissing | The `user_key` is not attached to a CDD'd identity. |
NoPayingKey | The `user_key` doesn't have a `paying_key`. |
NotPayingKey | The `user_key` has a different `paying_key`. |
NotAuthorizedForPayingKey | The signer is not authorized for `paying_key`. |
NotAuthorizedForUserKey | The signer is not authorized for `user_key`. |
Overflow | The remaining POLYX for `user_key` overflowed. |
BadAuthorizationType | The extrinsic expected a different `AuthorizationType` than what the `data.auth_type()` is. |