BridgeFundingStep: {
    type: BRIDGE;
    chainId: number;
    fundingItem: checkout.FundingItem;
    fees: BridgeFees;
}

Represents a bridge funding route

Type declaration

  • type: BRIDGE

    Indicates that this is a bridge funding step

  • chainId: number

    The chain id the bridge should be executed on

  • fundingItem: checkout.FundingItem

    The funding item for the bridge

  • fees: BridgeFees

    The fees for the bridge

Generated using TypeDoc