github.com/turingchain2020/turingchain@v1.1.21/common/db/table/proto/game.proto (about) 1 syntax = "proto3"; 2 3 package proto; 4 5 option go_package = "proto"; 6 7 message Game { 8 string gameID = 1; 9 int64 status = 2; 10 } 11 12 message GameAddr { 13 string txhash = 1; 14 string gameID = 2; 15 string addr = 3; 16 }