Packages
ex_abci_proto
0.7.6
[Tendermint ABCI protos](https://github.com/tendermint/tendermint/wiki/Application-Developers). Extracted from [ex_abci](https://github.com/arcblock/ex_abci).
Current section
Files
Jump to
Current section
Files
lib/protos/core_grpc.proto
syntax = "proto3";
package core_grpc;
import "vendor.proto";
//----------------------------------------
// Service Definition
service BroadcastAPI {
rpc Ping(abci_vendor.RequestPing) returns (abci_vendor.ResponsePing);
rpc BroadcastTx(abci_vendor.RequestBroadcastTx)
returns (abci_vendor.ResponseBroadcastTx);
}