public static interface GetWithProof.UpdateToLatestLedgerRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getClientKnownVersion()
This is the version the client already trusts.
|
GetWithProof.RequestItem |
getRequestedItems(int index)
The items for which we are requesting data in this API call.
|
int |
getRequestedItemsCount()
The items for which we are requesting data in this API call.
|
List<GetWithProof.RequestItem> |
getRequestedItemsList()
The items for which we are requesting data in this API call.
|
GetWithProof.RequestItemOrBuilder |
getRequestedItemsOrBuilder(int index)
The items for which we are requesting data in this API call.
|
List<? extends GetWithProof.RequestItemOrBuilder> |
getRequestedItemsOrBuilderList()
The items for which we are requesting data in this API call.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getClientKnownVersion()
This is the version the client already trusts. Usually the client should set this to the version it obtained the last time it synced with the chain. If this is the first time ever the client sends a request, it must use the waypoint hard-coded in its software.
uint64 client_known_version = 1;List<GetWithProof.RequestItem> getRequestedItemsList()
The items for which we are requesting data in this API call.
repeated .types.RequestItem requested_items = 2;GetWithProof.RequestItem getRequestedItems(int index)
The items for which we are requesting data in this API call.
repeated .types.RequestItem requested_items = 2;int getRequestedItemsCount()
The items for which we are requesting data in this API call.
repeated .types.RequestItem requested_items = 2;List<? extends GetWithProof.RequestItemOrBuilder> getRequestedItemsOrBuilderList()
The items for which we are requesting data in this API call.
repeated .types.RequestItem requested_items = 2;GetWithProof.RequestItemOrBuilder getRequestedItemsOrBuilder(int index)
The items for which we are requesting data in this API call.
repeated .types.RequestItem requested_items = 2;Copyright © 2019. All rights reserved.