public static interface GetWithProof.GetAccountTransactionBySequenceNumberResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AccountStateBlobOuterClass.AccountStateWithProof |
getProofOfCurrentSequenceNumber()
When the transaction requested is not committed, we give a proof that
shows the current sequence number is smaller than what would have been if
the transaction was committed.
|
AccountStateBlobOuterClass.AccountStateWithProofOrBuilder |
getProofOfCurrentSequenceNumberOrBuilder()
When the transaction requested is not committed, we give a proof that
shows the current sequence number is smaller than what would have been if
the transaction was committed.
|
Transaction.SignedTransactionWithProof |
getSignedTransactionWithProof()
When the transaction requested is committed, return the committed
transaction with proof.
|
Transaction.SignedTransactionWithProofOrBuilder |
getSignedTransactionWithProofOrBuilder()
When the transaction requested is committed, return the committed
transaction with proof.
|
boolean |
hasProofOfCurrentSequenceNumber()
When the transaction requested is not committed, we give a proof that
shows the current sequence number is smaller than what would have been if
the transaction was committed.
|
boolean |
hasSignedTransactionWithProof()
When the transaction requested is committed, return the committed
transaction with proof.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSignedTransactionWithProof()
When the transaction requested is committed, return the committed transaction with proof.
.types.SignedTransactionWithProof signed_transaction_with_proof = 2;Transaction.SignedTransactionWithProof getSignedTransactionWithProof()
When the transaction requested is committed, return the committed transaction with proof.
.types.SignedTransactionWithProof signed_transaction_with_proof = 2;Transaction.SignedTransactionWithProofOrBuilder getSignedTransactionWithProofOrBuilder()
When the transaction requested is committed, return the committed transaction with proof.
.types.SignedTransactionWithProof signed_transaction_with_proof = 2;boolean hasProofOfCurrentSequenceNumber()
When the transaction requested is not committed, we give a proof that shows the current sequence number is smaller than what would have been if the transaction was committed.
.types.AccountStateWithProof proof_of_current_sequence_number = 3;AccountStateBlobOuterClass.AccountStateWithProof getProofOfCurrentSequenceNumber()
When the transaction requested is not committed, we give a proof that shows the current sequence number is smaller than what would have been if the transaction was committed.
.types.AccountStateWithProof proof_of_current_sequence_number = 3;AccountStateBlobOuterClass.AccountStateWithProofOrBuilder getProofOfCurrentSequenceNumberOrBuilder()
When the transaction requested is not committed, we give a proof that shows the current sequence number is smaller than what would have been if the transaction was committed.
.types.AccountStateWithProof proof_of_current_sequence_number = 3;Copyright © 2019. All rights reserved.