15 lines
426 B
Java
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();
|
|
}
|