gpu-compute-chain/proto/cosmostest/tx.proto

14 lines
347 B
Protocol Buffer
Raw Normal View History

2022-08-25 16:51:14 -07:00
syntax = "proto3";
package cosmostest.cosmostest;
// this line is used by starport scaffolding # proto/tx/import
option go_package = "cosmos-test/x/cosmostest/types";
// Msg defines the Msg service.
service Msg {
// this line is used by starport scaffolding # proto/tx/rpc
}
// this line is used by starport scaffolding # proto/tx/message