Type alias FundingRoute

FundingRoute: {
    priority: number;
    steps: FundingStep[];
}

Represents a funding route

Type declaration

  • priority: number

    The priority of the route

  • steps: FundingStep[]

    The steps associated with this funding route

Generated using TypeDoc