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

11 lines
168 B
Protocol Buffer
Raw Normal View History

2022-08-27 18:21:19 -07:00
syntax = "proto3";
package cosmostest.cosmostest;
option go_package = "cosmos-test/x/cosmostest/types";
message Bid {
string owner = 1;
string amount = 2;
}