Files
bdledger-java-sdk/src/main/java/bdchain/api/grpc/SendTransactionResponseOrBuilder.java

15 lines
408 B
Java
Raw Normal View History

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