Interface AccountHistoryRPC

interface AccountHistoryRPC {
    account: Address;
    history: AccountHistoryBlock[];
    previous?: string;
}

Properties

account: Address
previous?: string