Name | Lookup | Parameters | |
---|---|---|---|
open_bridge | 3600 | 1 | |
close_bridge | 3601 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
BridgeOpened | 3600 | ["BridgeId","BalanceOf<ThisChainOf>","Box<InteriorLocation>","Box<InteriorLocation>","LaneId"] | |
ClosingBridge | 3601 | ["BridgeId","LaneId","MessageNonce","MessageNonce"] | |
BridgePruned | 3602 | ["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":153,"value_id":443}} | |
LaneToBridge | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 4]"],"value":"H256","keys_id":123,"value_id":153}} |
Name | Type | Value | |
---|---|---|---|
BridgedNetwork | staging_xcm:v4:location:Location | 02010903 | |
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. |