public interface CommitStatusResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockNumber()
Block number that contains the transaction.
|
TxValidationCode |
getResult()
The result of the transaction commit, as defined in peer/transaction.proto.
|
int |
getResultValue()
The result of the transaction commit, as defined in peer/transaction.proto.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getResultValue()
The result of the transaction commit, as defined in peer/transaction.proto.
.protos.TxValidationCode result = 1 [json_name = "result"];
TxValidationCode getResult()
The result of the transaction commit, as defined in peer/transaction.proto.
.protos.TxValidationCode result = 1 [json_name = "result"];
long getBlockNumber()
Block number that contains the transaction.
uint64 block_number = 2 [json_name = "blockNumber"];
Copyright © 2022. All rights reserved.