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