SwapFundingStep: {
    type: SWAP;
    chainId: number;
    fundingItem: checkout.FundingItem;
    fees: SwapFees;
}

Represents a swap funding route

Type declaration

  • type: SWAP

    Indicates that this is a swap funding step

  • chainId: number

    The chain id the swap should be executed on

  • fundingItem: checkout.FundingItem

    The funding item for the swap

  • fees: SwapFees

    The fees for the swap

Generated using TypeDoc