public static interface GetWithProof.UpdateToLatestLedgerResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LedgerInfoOuterClass.LedgerInfoWithSignatures |
getLedgerInfoWithSigs()
The latest ledger info this node has.
|
LedgerInfoOuterClass.LedgerInfoWithSignaturesOrBuilder |
getLedgerInfoWithSigsOrBuilder()
The latest ledger info this node has.
|
GetWithProof.ResponseItem |
getResponseItems(int index)
Responses to the queries posed by the requests.
|
int |
getResponseItemsCount()
Responses to the queries posed by the requests.
|
List<GetWithProof.ResponseItem> |
getResponseItemsList()
Responses to the queries posed by the requests.
|
GetWithProof.ResponseItemOrBuilder |
getResponseItemsOrBuilder(int index)
Responses to the queries posed by the requests.
|
List<? extends GetWithProof.ResponseItemOrBuilder> |
getResponseItemsOrBuilderList()
Responses to the queries posed by the requests.
|
ValidatorChange.ValidatorChangeEventWithProof |
getValidatorChangeEvents(int index)
Validator change events from what the client last knew.
|
int |
getValidatorChangeEventsCount()
Validator change events from what the client last knew.
|
List<ValidatorChange.ValidatorChangeEventWithProof> |
getValidatorChangeEventsList()
Validator change events from what the client last knew.
|
ValidatorChange.ValidatorChangeEventWithProofOrBuilder |
getValidatorChangeEventsOrBuilder(int index)
Validator change events from what the client last knew.
|
List<? extends ValidatorChange.ValidatorChangeEventWithProofOrBuilder> |
getValidatorChangeEventsOrBuilderList()
Validator change events from what the client last knew.
|
boolean |
hasLedgerInfoWithSigs()
The latest ledger info this node has.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<GetWithProof.ResponseItem> getResponseItemsList()
Responses to the queries posed by the requests. The proofs generated will be relative to the version of the latest ledger provided below.
repeated .types.ResponseItem response_items = 1;GetWithProof.ResponseItem getResponseItems(int index)
Responses to the queries posed by the requests. The proofs generated will be relative to the version of the latest ledger provided below.
repeated .types.ResponseItem response_items = 1;int getResponseItemsCount()
Responses to the queries posed by the requests. The proofs generated will be relative to the version of the latest ledger provided below.
repeated .types.ResponseItem response_items = 1;List<? extends GetWithProof.ResponseItemOrBuilder> getResponseItemsOrBuilderList()
Responses to the queries posed by the requests. The proofs generated will be relative to the version of the latest ledger provided below.
repeated .types.ResponseItem response_items = 1;GetWithProof.ResponseItemOrBuilder getResponseItemsOrBuilder(int index)
Responses to the queries posed by the requests. The proofs generated will be relative to the version of the latest ledger provided below.
repeated .types.ResponseItem response_items = 1;boolean hasLedgerInfoWithSigs()
The latest ledger info this node has. It will come with at least 2f+1 validator signatures as well as a proof that shows the latest ledger extends the old ledger the client had.
.types.LedgerInfoWithSignatures ledger_info_with_sigs = 2;LedgerInfoOuterClass.LedgerInfoWithSignatures getLedgerInfoWithSigs()
The latest ledger info this node has. It will come with at least 2f+1 validator signatures as well as a proof that shows the latest ledger extends the old ledger the client had.
.types.LedgerInfoWithSignatures ledger_info_with_sigs = 2;LedgerInfoOuterClass.LedgerInfoWithSignaturesOrBuilder getLedgerInfoWithSigsOrBuilder()
The latest ledger info this node has. It will come with at least 2f+1 validator signatures as well as a proof that shows the latest ledger extends the old ledger the client had.
.types.LedgerInfoWithSignatures ledger_info_with_sigs = 2;List<ValidatorChange.ValidatorChangeEventWithProof> getValidatorChangeEventsList()
Validator change events from what the client last knew. This is used to inform the client of validator changes from the client's last known version until the current version
repeated .types.ValidatorChangeEventWithProof validator_change_events = 3;ValidatorChange.ValidatorChangeEventWithProof getValidatorChangeEvents(int index)
Validator change events from what the client last knew. This is used to inform the client of validator changes from the client's last known version until the current version
repeated .types.ValidatorChangeEventWithProof validator_change_events = 3;int getValidatorChangeEventsCount()
Validator change events from what the client last knew. This is used to inform the client of validator changes from the client's last known version until the current version
repeated .types.ValidatorChangeEventWithProof validator_change_events = 3;List<? extends ValidatorChange.ValidatorChangeEventWithProofOrBuilder> getValidatorChangeEventsOrBuilderList()
Validator change events from what the client last knew. This is used to inform the client of validator changes from the client's last known version until the current version
repeated .types.ValidatorChangeEventWithProof validator_change_events = 3;ValidatorChange.ValidatorChangeEventWithProofOrBuilder getValidatorChangeEventsOrBuilder(int index)
Validator change events from what the client last knew. This is used to inform the client of validator changes from the client's last known version until the current version
repeated .types.ValidatorChangeEventWithProof validator_change_events = 3;Copyright © 2019. All rights reserved.