Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
857935cb
Commit
857935cb
authored
Nov 20, 2018
by
harrylee2015
Committed by
vipwzw
Nov 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rejust GameID label
parent
590649af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tx.go
plugin/dapp/game/types/tx.go
+3
-3
No files found.
plugin/dapp/game/types/tx.go
View file @
857935cb
...
...
@@ -17,20 +17,20 @@ type GamePreCreateTx struct {
// GamePreMatchTx pre match game,unused
type
GamePreMatchTx
struct
{
GameID
string
`json:"game
_i_d
"`
GameID
string
`json:"game
ID
"`
Guess
int32
`json:"guess"`
Fee
int64
`json:"fee"`
}
// GamePreCancelTx pre cancel tx,unused
type
GamePreCancelTx
struct
{
GameID
string
`json:"game
_i_d
"`
GameID
string
`json:"game
ID
"`
Fee
int64
`json:"fee"`
}
// GamePreCloseTx pre close game, unused
type
GamePreCloseTx
struct
{
GameID
string
`json:"game
_i_d
"`
GameID
string
`json:"game
ID
"`
Secret
string
`json:"secret"`
Result
int32
`json:"result"`
Fee
int64
`json:"fee"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment