Name | Lookup | Parameters | |
|---|---|---|---|
| whitelist_chain | 1e00 | 1 | |
| set_proxy_accounts | 1e01 | 1 | |
| remove_proxy_accounts | 1e02 | 1 | |
| set_chain_fees | 1e03 | 2 | |
| set_fees_recipient_account | 1e04 | 1 | |
| set_is_pasued | 1e05 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ChainWhitelisted | 1e00 | ||
| FungibleTransfer | 1e01 | ||
| ChainFeesSet | 1e02 |
Name | Type | |
|---|---|---|
| ChainNonces | {"origin":"MapType","map_type":{"key":"ChainId","hasher":"Twox64Concat","value":"DepositNonce","isLinked":false}} | |
| ChainFees | {"origin":"MapType","map_type":{"key":"ChainId","hasher":"Twox64Concat","value":"Balance","isLinked":false}} | |
| ProxyAccounts | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"u8","isLinked":false}} | |
| FeesRecipientAccount | {"origin":"PlainType","plain_type":"AccountId"} | |
| IsPaused | {"origin":"PlainType","plain_type":"bool"} |
Name | Type | Value | |
|---|---|---|---|
| ChainIdentity | ChainId | 0x01 | |
| BridgeAccountId | AccountId | 0x6d6f646c63622f62726964670000000000000000000000000000000000000000 |
Name | Docs |
|---|---|
| InvalidChainId | Provided chain Id is not valid |
| ChainNotWhitelisted | Interactions with this chain is not permitted |
| ChainAlreadyWhitelisted | Chain has already been enabled |
| InvalidProxyAccount | Provided proxy account is not valid |