An amount in cryptocurrency

Export

CryptoAmount

interface CryptoAmount {
    amount: string;
    asset: Asset;
}

Properties

Properties

amount: string

The amount of the crypto in atomic units

Memberof

CryptoAmount

asset: Asset

Memberof

CryptoAmount