Interface AccountHistoryRPC

interface AccountHistoryRPC {
    account: `ban_${string}` | `nano_${string}`;
    history: AccountHistoryBlock[];
    previous?: string;
}

Properties

account: `ban_${string}` | `nano_${string}`
previous?: string