ExecuteArgs: {
    bundle?: TransactionBundle;
    chainFrom: BridgeChain;
    chainTo: BridgeChain;
    handleAllowance?: boolean;
    intermediateOpts?: IntermediateTokenOpts;
    isWrapped?: boolean;
    multiplePaymentsOpts?: MultiplePaymentOpts;
    receiver?: string;
    swapOpts: SwapOpts[];
}

Type declaration

Generated using TypeDoc