Export

Balance

interface Balance {
    coins: Coins;
    date: string;
    height: string;
}

Properties

Properties

coins: Coins

Memberof

Balance

date: string

full timestamp (nanoseconds since 1970) of the block at which the returned balance snapshot was valid

Memberof

Balance

height: string

height of the block at which the returned balance snapshot was valid

Memberof

Balance

Generated using TypeDoc