Skip to content

TokenAmountType

TokenAmountType = { amount: number; eurAmount: number; gbpAmount: number; usdAmount: number; }

Defined in: types/rpc/merchantInformation.ts:7

The type for the amount of tokens

amount: number

Defined in: types/rpc/merchantInformation.ts:8


eurAmount: number

Defined in: types/rpc/merchantInformation.ts:9


gbpAmount: number

Defined in: types/rpc/merchantInformation.ts:11


usdAmount: number

Defined in: types/rpc/merchantInformation.ts:10