ClosingBridge: PlainDescriptor<{
    bridge_id: FixedSizeBinary<32>;
    enqueued_messages: bigint;
    lane_id: FixedSizeBinary<4>;
    pruned_messages: bigint;
}>

Bridge is going to be closed, but not yet fully pruned from the runtime storage.

Type declaration

  • bridge_id: FixedSizeBinary<32>

    Bridge identifier.

  • enqueued_messages: bigint

    Number of enqueued messages that need to be pruned in follow up calls.

  • lane_id: FixedSizeBinary<4>

    Lane identifier.

  • pruned_messages: bigint

    Number of pruned messages during the close call.