Interface AccountInfoRPC

interface AccountInfoRPC {
    account_version: `${number}`;
    balance: `${number}`;
    block_count: `${number}`;
    confirmation_height?: `${number}`;
    confirmation_height_frontier?: string;
    confirmed_balance?: `${number}`;
    confirmed_frontier?: string;
    confirmed_height?: `${number}`;
    confirmed_pending?: `${number}`;
    confirmed_receivable?: `${number}`;
    confirmed_representative?: `ban_${string}` | `nano_${string}`;
    frontier: string;
    modified_timestamp: `${number}`;
    open_block: string;
    pending?: `${number}`;
    receivable?: `${number}`;
    representative?: `ban_${string}` | `nano_${string}`;
    representative_block: string;
    weight?: `${number}`;
}

Properties

account_version: `${number}`
balance: `${number}`
block_count: `${number}`
confirmation_height?: `${number}`
confirmation_height_frontier?: string
confirmed_balance?: `${number}`
confirmed_frontier?: string
confirmed_height?: `${number}`
confirmed_pending?: `${number}`
confirmed_receivable?: `${number}`
confirmed_representative?: `ban_${string}` | `nano_${string}`
frontier: string
modified_timestamp: `${number}`
open_block: string
pending?: `${number}`
receivable?: `${number}`
representative?: `ban_${string}` | `nano_${string}`
representative_block: string
weight?: `${number}`