public static interface TransactionService.GetHistoryRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model.StellarAccountId |
getAccountId()
Account to get history for.
|
TransactionService.Cursor |
getCursor()
An optional history cursor indicating where in
the history to 'resume' from.
|
TransactionService.GetHistoryRequest.Direction |
getDirection()
The order in which to return history items from
the cursor.
|
int |
getDirectionValue()
The order in which to return history items from
the cursor.
|
boolean |
hasAccountId()
Account to get history for.
|
boolean |
hasCursor()
An optional history cursor indicating where in
the history to 'resume' from.
|
boolean hasAccountId()
Account to get history for.
.kin.agora.common.v3.StellarAccountId account_id = 1;Model.StellarAccountId getAccountId()
Account to get history for.
.kin.agora.common.v3.StellarAccountId account_id = 1;boolean hasCursor()
An optional history cursor indicating where in the history to 'resume' from.
.kin.agora.transaction.v3.Cursor cursor = 2;TransactionService.Cursor getCursor()
An optional history cursor indicating where in the history to 'resume' from.
.kin.agora.transaction.v3.Cursor cursor = 2;int getDirectionValue()
The order in which to return history items from the cursor.
.kin.agora.transaction.v3.GetHistoryRequest.Direction direction = 3;TransactionService.GetHistoryRequest.Direction getDirection()
The order in which to return history items from the cursor.
.kin.agora.transaction.v3.GetHistoryRequest.Direction direction = 3;