BridgeOpened: PlainDescriptor<{
    bridge_deposit: bigint;
    bridge_id: FixedSizeBinary<32>;
    lane_id: FixedSizeBinary<4>;
    local_endpoint: XcmV3Junctions;
    remote_endpoint: XcmV3Junctions;
}>

The bridge between two locations has been opened.

Type declaration

  • bridge_deposit: bigint

    Amount of deposit held.

  • bridge_id: FixedSizeBinary<32>

    Bridge identifier.

  • lane_id: FixedSizeBinary<4>

    Lane identifier.

  • local_endpoint: XcmV3Junctions

    Universal location of local bridge endpoint.

  • remote_endpoint: XcmV3Junctions

    Universal location of remote bridge endpoint.