github.com/adoriasoft/tendermint@v0.34.0-dev1.0.20200722151356-96d84601a75a/proto/tendermint/mempool/types.proto (about) 1 syntax = "proto3"; 2 package tendermint.mempool; 3 4 option go_package = "github.com/adoriasoft/tendermint/proto/tendermint/mempool"; 5 6 message Tx { 7 bytes tx = 1; 8 } 9 10 message Message { 11 oneof sum { 12 Tx tx = 1; 13 } 14 }