public static interface GetWithProof.GetAccountTransactionBySequenceNumberRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAccount()
Account for which to query transactions
|
boolean |
getFetchEvents()
Set to true to fetch events for the transaction at this version
|
long |
getSequenceNumber()
uint64 sequence_number = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getAccount()
Account for which to query transactions
bytes account = 1;long getSequenceNumber()
uint64 sequence_number = 2;boolean getFetchEvents()
Set to true to fetch events for the transaction at this version
bool fetch_events = 3;Copyright © 2019. All rights reserved.