public static interface Transaction.SignedTransactionWithProofOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Events.EventsList |
getEvents()
The events yielded by executing the transaction, if requested.
|
Events.EventsListOrBuilder |
getEventsOrBuilder()
The events yielded by executing the transaction, if requested.
|
Proof.SignedTransactionProof |
getProof()
The proof authenticating the signed transaction.
|
Proof.SignedTransactionProofOrBuilder |
getProofOrBuilder()
The proof authenticating the signed transaction.
|
Transaction.SignedTransaction |
getSignedTransaction()
The transaction itself.
|
Transaction.SignedTransactionOrBuilder |
getSignedTransactionOrBuilder()
The transaction itself.
|
long |
getVersion()
The version of the returned signed transaction.
|
boolean |
hasEvents()
The events yielded by executing the transaction, if requested.
|
boolean |
hasProof()
The proof authenticating the signed transaction.
|
boolean |
hasSignedTransaction()
The transaction itself.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getVersion()
The version of the returned signed transaction.
uint64 version = 1;boolean hasSignedTransaction()
The transaction itself.
.types.SignedTransaction signed_transaction = 2;Transaction.SignedTransaction getSignedTransaction()
The transaction itself.
.types.SignedTransaction signed_transaction = 2;Transaction.SignedTransactionOrBuilder getSignedTransactionOrBuilder()
The transaction itself.
.types.SignedTransaction signed_transaction = 2;boolean hasProof()
The proof authenticating the signed transaction.
.types.SignedTransactionProof proof = 3;Proof.SignedTransactionProof getProof()
The proof authenticating the signed transaction.
.types.SignedTransactionProof proof = 3;Proof.SignedTransactionProofOrBuilder getProofOrBuilder()
The proof authenticating the signed transaction.
.types.SignedTransactionProof proof = 3;boolean hasEvents()
The events yielded by executing the transaction, if requested.
.types.EventsList events = 4;Events.EventsList getEvents()
The events yielded by executing the transaction, if requested.
.types.EventsList events = 4;Events.EventsListOrBuilder getEventsOrBuilder()
The events yielded by executing the transaction, if requested.
.types.EventsList events = 4;Copyright © 2019. All rights reserved.