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

9 lines
155 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package cosmostest.cosmostest;
option go_package = "cosmos-test/x/cosmostest/types";
message NextAuction {
uint64 auctionId = 1;
}