Interface AccountHistoryRawRPC

interface AccountHistoryRawRPC {
    account: Address;
    history: AccountHistoryRawBlock[];
    previous?: string;
}

Properties

account: Address
previous?: string