public static interface GetWithProof.GetEventsByEventAccessPathResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Events.EventWithProof |
getEventsWithProof(int index)
Returns an event and proof of each of the events in the request.
|
int |
getEventsWithProofCount()
Returns an event and proof of each of the events in the request.
|
List<Events.EventWithProof> |
getEventsWithProofList()
Returns an event and proof of each of the events in the request.
|
Events.EventWithProofOrBuilder |
getEventsWithProofOrBuilder(int index)
Returns an event and proof of each of the events in the request.
|
List<? extends Events.EventWithProofOrBuilder> |
getEventsWithProofOrBuilderList()
Returns an event and proof of each of the events in the request.
|
AccountStateBlobOuterClass.AccountStateWithProof |
getProofOfLatestEvent()
If the number of events returned is less than `limit` for an ascending
query or if start_event_seq_num > the latest seq_num for a descending
query, returns the state of the account containing the given access path
in the latest state.
|
AccountStateBlobOuterClass.AccountStateWithProofOrBuilder |
getProofOfLatestEventOrBuilder()
If the number of events returned is less than `limit` for an ascending
query or if start_event_seq_num > the latest seq_num for a descending
query, returns the state of the account containing the given access path
in the latest state.
|
boolean |
hasProofOfLatestEvent()
If the number of events returned is less than `limit` for an ascending
query or if start_event_seq_num > the latest seq_num for a descending
query, returns the state of the account containing the given access path
in the latest state.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Events.EventWithProof> getEventsWithProofList()
Returns an event and proof of each of the events in the request. The first element of proofs will be the closest to `start_event_seq_num`.
repeated .types.EventWithProof events_with_proof = 1;Events.EventWithProof getEventsWithProof(int index)
Returns an event and proof of each of the events in the request. The first element of proofs will be the closest to `start_event_seq_num`.
repeated .types.EventWithProof events_with_proof = 1;int getEventsWithProofCount()
Returns an event and proof of each of the events in the request. The first element of proofs will be the closest to `start_event_seq_num`.
repeated .types.EventWithProof events_with_proof = 1;List<? extends Events.EventWithProofOrBuilder> getEventsWithProofOrBuilderList()
Returns an event and proof of each of the events in the request. The first element of proofs will be the closest to `start_event_seq_num`.
repeated .types.EventWithProof events_with_proof = 1;Events.EventWithProofOrBuilder getEventsWithProofOrBuilder(int index)
Returns an event and proof of each of the events in the request. The first element of proofs will be the closest to `start_event_seq_num`.
repeated .types.EventWithProof events_with_proof = 1;boolean hasProofOfLatestEvent()
If the number of events returned is less than `limit` for an ascending query or if start_event_seq_num > the latest seq_num for a descending query, returns the state of the account containing the given access path in the latest state. This allows the client to verify that there are in fact no extra events. The LedgerInfoWithSignatures which is on the main UpdateToLatestLedgerResponse can be used to validate this.
.types.AccountStateWithProof proof_of_latest_event = 2;AccountStateBlobOuterClass.AccountStateWithProof getProofOfLatestEvent()
If the number of events returned is less than `limit` for an ascending query or if start_event_seq_num > the latest seq_num for a descending query, returns the state of the account containing the given access path in the latest state. This allows the client to verify that there are in fact no extra events. The LedgerInfoWithSignatures which is on the main UpdateToLatestLedgerResponse can be used to validate this.
.types.AccountStateWithProof proof_of_latest_event = 2;AccountStateBlobOuterClass.AccountStateWithProofOrBuilder getProofOfLatestEventOrBuilder()
If the number of events returned is less than `limit` for an ascending query or if start_event_seq_num > the latest seq_num for a descending query, returns the state of the account containing the given access path in the latest state. This allows the client to verify that there are in fact no extra events. The LedgerInfoWithSignatures which is on the main UpdateToLatestLedgerResponse can be used to validate this.
.types.AccountStateWithProof proof_of_latest_event = 2;Copyright © 2019. All rights reserved.