Interface CurrentAccountAssetsRow

Interface representing a row in the current account assets list. CurrentAccountAssetsRow

interface CurrentAccountAssetsRow {
    amount: number;
    asset_id: string;
    asset_name: string;
    decimal: 0 | 8;
    type: 0 | 1;
}

Properties

amount: number
asset_id: string
asset_name: string
decimal: 0 | 8
type: 0 | 1
MMNEPVFCICPMFPCPTTAAATR