TokenAmountType
Ce contenu n’est pas encore disponible dans votre langue.
TokenAmountType = {
amount:number;eurAmount:number;gbpAmount:number;usdAmount:number; }
Defined in: types/rpc/merchantInformation.ts:7
The type for the amount of tokens
Properties
Section titled “Properties”amount
Section titled “amount”amount:
number
Defined in: types/rpc/merchantInformation.ts:8
eurAmount
Section titled “eurAmount”eurAmount:
number
Defined in: types/rpc/merchantInformation.ts:9
gbpAmount
Section titled “gbpAmount”gbpAmount:
number
Defined in: types/rpc/merchantInformation.ts:11
usdAmount
Section titled “usdAmount”usdAmount:
number
Defined in: types/rpc/merchantInformation.ts:10