Type alias OnRampFundingStep

OnRampFundingStep: {
    type: ONRAMP;
    chainId: number;
    fundingItem: FundingItem;
}

Represents an onramp funding route

Type declaration

  • type: ONRAMP

    Indicates that this is an onramp funding step

  • chainId: number

    The chain id the onramp should provide funds to

  • fundingItem: FundingItem

    The item to be onramped

Generated using TypeDoc