public static interface Transaction.TransactionListWithProofOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Events.EventsForVersions |
getEventsForVersions()
The list of corresponding Event objects (only present if fetch_events was set to true in req)
|
Events.EventsForVersionsOrBuilder |
getEventsForVersionsOrBuilder()
The list of corresponding Event objects (only present if fetch_events was set to true in req)
|
com.google.protobuf.UInt64Value |
getFirstTransactionVersion()
If the list is not empty, the version of the first transaction.
|
com.google.protobuf.UInt64ValueOrBuilder |
getFirstTransactionVersionOrBuilder()
If the list is not empty, the version of the first transaction.
|
TransactionInfoOuterClass.TransactionInfo |
getInfos(int index)
The list of corresponding TransactionInfo objects.
|
int |
getInfosCount()
The list of corresponding TransactionInfo objects.
|
List<TransactionInfoOuterClass.TransactionInfo> |
getInfosList()
The list of corresponding TransactionInfo objects.
|
TransactionInfoOuterClass.TransactionInfoOrBuilder |
getInfosOrBuilder(int index)
The list of corresponding TransactionInfo objects.
|
List<? extends TransactionInfoOuterClass.TransactionInfoOrBuilder> |
getInfosOrBuilderList()
The list of corresponding TransactionInfo objects.
|
Proof.AccumulatorProof |
getProofOfFirstTransaction()
The proofs of the first and last transaction in this chunk.
|
Proof.AccumulatorProofOrBuilder |
getProofOfFirstTransactionOrBuilder()
The proofs of the first and last transaction in this chunk.
|
Proof.AccumulatorProof |
getProofOfLastTransaction()
.types.AccumulatorProof proof_of_last_transaction = 6; |
Proof.AccumulatorProofOrBuilder |
getProofOfLastTransactionOrBuilder()
.types.AccumulatorProof proof_of_last_transaction = 6; |
Transaction.SignedTransaction |
getTransactions(int index)
The list of transactions.
|
int |
getTransactionsCount()
The list of transactions.
|
List<Transaction.SignedTransaction> |
getTransactionsList()
The list of transactions.
|
Transaction.SignedTransactionOrBuilder |
getTransactionsOrBuilder(int index)
The list of transactions.
|
List<? extends Transaction.SignedTransactionOrBuilder> |
getTransactionsOrBuilderList()
The list of transactions.
|
boolean |
hasEventsForVersions()
The list of corresponding Event objects (only present if fetch_events was set to true in req)
|
boolean |
hasFirstTransactionVersion()
If the list is not empty, the version of the first transaction.
|
boolean |
hasProofOfFirstTransaction()
The proofs of the first and last transaction in this chunk.
|
boolean |
hasProofOfLastTransaction()
.types.AccumulatorProof proof_of_last_transaction = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Transaction.SignedTransaction> getTransactionsList()
The list of transactions.
repeated .types.SignedTransaction transactions = 1;Transaction.SignedTransaction getTransactions(int index)
The list of transactions.
repeated .types.SignedTransaction transactions = 1;int getTransactionsCount()
The list of transactions.
repeated .types.SignedTransaction transactions = 1;List<? extends Transaction.SignedTransactionOrBuilder> getTransactionsOrBuilderList()
The list of transactions.
repeated .types.SignedTransaction transactions = 1;Transaction.SignedTransactionOrBuilder getTransactionsOrBuilder(int index)
The list of transactions.
repeated .types.SignedTransaction transactions = 1;List<TransactionInfoOuterClass.TransactionInfo> getInfosList()
The list of corresponding TransactionInfo objects.
repeated .types.TransactionInfo infos = 2;TransactionInfoOuterClass.TransactionInfo getInfos(int index)
The list of corresponding TransactionInfo objects.
repeated .types.TransactionInfo infos = 2;int getInfosCount()
The list of corresponding TransactionInfo objects.
repeated .types.TransactionInfo infos = 2;List<? extends TransactionInfoOuterClass.TransactionInfoOrBuilder> getInfosOrBuilderList()
The list of corresponding TransactionInfo objects.
repeated .types.TransactionInfo infos = 2;TransactionInfoOuterClass.TransactionInfoOrBuilder getInfosOrBuilder(int index)
The list of corresponding TransactionInfo objects.
repeated .types.TransactionInfo infos = 2;boolean hasEventsForVersions()
The list of corresponding Event objects (only present if fetch_events was set to true in req)
.types.EventsForVersions events_for_versions = 3;Events.EventsForVersions getEventsForVersions()
The list of corresponding Event objects (only present if fetch_events was set to true in req)
.types.EventsForVersions events_for_versions = 3;Events.EventsForVersionsOrBuilder getEventsForVersionsOrBuilder()
The list of corresponding Event objects (only present if fetch_events was set to true in req)
.types.EventsForVersions events_for_versions = 3;boolean hasFirstTransactionVersion()
If the list is not empty, the version of the first transaction.
.google.protobuf.UInt64Value first_transaction_version = 4;com.google.protobuf.UInt64Value getFirstTransactionVersion()
If the list is not empty, the version of the first transaction.
.google.protobuf.UInt64Value first_transaction_version = 4;com.google.protobuf.UInt64ValueOrBuilder getFirstTransactionVersionOrBuilder()
If the list is not empty, the version of the first transaction.
.google.protobuf.UInt64Value first_transaction_version = 4;boolean hasProofOfFirstTransaction()
The proofs of the first and last transaction in this chunk. When this is used for state synchronization, the validator who requests the transactions will provide a version in the request and the proofs will be relative to the given version. When this is returned in GetTransactionsResponse, the proofs will be relative to the ledger info returned in UpdateToLatestLedgerResponse.
.types.AccumulatorProof proof_of_first_transaction = 5;Proof.AccumulatorProof getProofOfFirstTransaction()
The proofs of the first and last transaction in this chunk. When this is used for state synchronization, the validator who requests the transactions will provide a version in the request and the proofs will be relative to the given version. When this is returned in GetTransactionsResponse, the proofs will be relative to the ledger info returned in UpdateToLatestLedgerResponse.
.types.AccumulatorProof proof_of_first_transaction = 5;Proof.AccumulatorProofOrBuilder getProofOfFirstTransactionOrBuilder()
The proofs of the first and last transaction in this chunk. When this is used for state synchronization, the validator who requests the transactions will provide a version in the request and the proofs will be relative to the given version. When this is returned in GetTransactionsResponse, the proofs will be relative to the ledger info returned in UpdateToLatestLedgerResponse.
.types.AccumulatorProof proof_of_first_transaction = 5;boolean hasProofOfLastTransaction()
.types.AccumulatorProof proof_of_last_transaction = 6;Proof.AccumulatorProof getProofOfLastTransaction()
.types.AccumulatorProof proof_of_last_transaction = 6;Proof.AccumulatorProofOrBuilder getProofOfLastTransactionOrBuilder()
.types.AccumulatorProof proof_of_last_transaction = 6;Copyright © 2019. All rights reserved.