The balance of an asset onchain

Export

Balance

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

Properties

Properties

amount: string

The amount in the atomic units of the asset

Memberof

Balance

asset: Asset

Memberof

Balance