public static interface GetWithProof.GetTransactionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFetchEvents()
Set to true to fetch events for the transaction at each version
|
long |
getLimit()
Limit number of results
|
long |
getStartVersion()
The version of the transaction to start with for this query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getStartVersion()
The version of the transaction to start with for this query. Use a version of MAX_INT to represent the latest.
uint64 start_version = 1;long getLimit()
Limit number of results
uint64 limit = 2;boolean getFetchEvents()
Set to true to fetch events for the transaction at each version
bool fetch_events = 3;Copyright © 2019. All rights reserved.