Type alias BridgingInstructions

BridgingInstructions: {
    instructions: Instruction[];
    meta: {
        bridgingInstructions: BridgingInstruction[];
        totalAvailableOnDestination: bigint;
    };
}

Complete set of bridging instructions and final outcome

Type declaration