mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-06 02:14:24 -08:00
scaffold bid type
This commit is contained in:
10
proto/cosmostest/bid.proto
Normal file
10
proto/cosmostest/bid.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
package cosmostest.cosmostest;
|
||||
|
||||
option go_package = "cosmos-test/x/cosmostest/types";
|
||||
|
||||
message Bid {
|
||||
|
||||
string owner = 1;
|
||||
string amount = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user