Name | Lookup | Parameters | |
|---|---|---|---|
| open_bridge | 8500 | 1 | |
| close_bridge | 8501 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BridgeOpened | 8500 | ["BridgeId","BalanceOf<ThisChainOf>","Box<InteriorLocation>","Box<InteriorLocation>","LaneId"] | |
| ClosingBridge | 8501 | ["BridgeId","LaneId","MessageNonce","MessageNonce"] | |
| BridgePruned | 8502 | ["BridgeId","LaneId","BalanceOf<ThisChainOf>","MessageNonce"] |
Name | Type | |
|---|---|---|
| Bridges | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"bp_xcm_bridge_hub:Bridge","keys_id":480,"value_id":792}} | |
| LaneToBridge | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"H256","keys_id":434,"value_id":480}} |
Name | Type | Value | |
|---|---|---|---|
| BridgedNetwork | staging_xcm:v5:location:Location | 02010902 | |
| BridgeDeposit | U128 | 00000000000000000000000000000000 |
Name | Docs |
|---|---|
| BridgeLocations | Bridge locations error. |
| InvalidBridgeOriginAccount | Invalid local bridge origin account. |
| BridgeAlreadyExists | The bridge is already registered in this pallet. |
| TooManyBridgesForLocalOrigin | The local origin already owns a maximal number of bridges. |
| BridgeAlreadyClosed | Trying to close already closed bridge. |
| LanesManager | Lanes manager error. |
| UnknownBridge | Trying to access unknown bridge. |
| FailedToReserveBridgeDeposit | The bridge origin can't pay the required amount for opening the bridge. |
| UnsupportedXcmVersion | The version of XCM location argument is unsupported. |