RequestOnrampEvent: {
    tokenAddress: string;
    amount: string;
}

Represents the onramp event object when the onramp widget is requested.

Type declaration

  • tokenAddress: string

    The address of the token to be used for onramp.

  • amount: string

    The amount of tokens to onramp.

Generated using TypeDoc