Interface AccountHistoryBlock

interface AccountHistoryBlock {
    account: `ban_${string}` | `nano_${string}`;
    amount: `${number}`;
    confirmed: boolean;
    hash: string;
    height: `${number}`;
    local_timestamp: `${number}`;
    type: BlockStateChangeTypes;
}

Properties

account: `ban_${string}` | `nano_${string}`
amount: `${number}`
confirmed: boolean
hash: string
height: `${number}`
local_timestamp: `${number}`