Interface AccountHistoryRawRPC

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

Properties

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