An amount in fiat currency

Export

FiatAmount

interface FiatAmount {
    amount: string;
    currency: string;
}

Properties

Properties

amount: string

The amount of the fiat in whole units.

Memberof

FiatAmount

currency: string

The currency of the fiat

Memberof

FiatAmount