org.hyperledger.fabric.protos.gateway.CommitStatusResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gateway/gateway.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.gateway;
public interface CommitStatusResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:gateway.CommitStatusResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The result of the transaction commit, as defined in peer/transaction.proto.
*
*
* .protos.TxValidationCode result = 1 [json_name = "result"];
* @return The enum numeric value on the wire for result.
*/
int getResultValue();
/**
*
* The result of the transaction commit, as defined in peer/transaction.proto.
*
*
* .protos.TxValidationCode result = 1 [json_name = "result"];
* @return The result.
*/
org.hyperledger.fabric.protos.peer.TxValidationCode getResult();
/**
*
* Block number that contains the transaction.
*
*
* uint64 block_number = 2 [json_name = "blockNumber"];
* @return The blockNumber.
*/
long getBlockNumber();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy