bdledger-java-sdk/src/main/java/bdchain/api/grpc/txledger/SendTransactionResponseOrBuilder.java
2019-04-23 15:58:21 +08:00

15 lines
426 B
Java

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: bdchain/api/tx_ledger.proto
package bdchain.api.grpc.txledger;
public interface SendTransactionResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:bdchain.api.txledger.SendTransactionResponse)
com.google.protobuf.MessageOrBuilder {
/**
* <code>bytes hash = 1;</code>
*/
com.google.protobuf.ByteString getHash();
}