Interface AssetAccount

Asset Account

interface AssetAccount {
    account: string;
    accountRS: string;
    asset: string;
    isTreasury: boolean;
    quantityQNT: string;
    unconfirmedQuantityQNT: string;
}

Properties

account: string
accountRS: string
asset: string
isTreasury: boolean
quantityQNT: string
unconfirmedQuantityQNT: string