Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
lychees committed Oct 11, 2018
1 parent 5b5b5e1 commit bd2df1d
Show file tree
Hide file tree
Showing 13 changed files with 20,376 additions and 12,261 deletions.
Binary file modified .DS_Store
Binary file not shown.
44 changes: 41 additions & 3 deletions eoscrazytown.abi → crazytown.abi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"____comment": "This file was generated by eosio-abigen. DO NOT EDIT - 2018-10-09T15:34:35",
"____comment": "This file was generated by eosio-abigen. DO NOT EDIT - 2018-10-11T13:34:18",
"version": "eosio::abi/1.0",
"types": [],
"structs": [{
Expand Down Expand Up @@ -41,6 +41,20 @@
"type": "int64[]"
}
]
},{
"name": "bag",
"base": "",
"fields": [{
"name": "id",
"type": "uint64"
},{
"name": "owner",
"type": "name"
},{
"name": "price",
"type": "uint64"
}
]
},{
"name": "init",
"base": "",
Expand Down Expand Up @@ -104,6 +118,17 @@
"type": "rec_reveal"
}
]
},{
"name": "newbag",
"base": "",
"fields": [{
"name": "from",
"type": "name"
},{
"name": "eos",
"type": "asset"
}
]
}
],
"actions": [{
Expand Down Expand Up @@ -134,6 +159,10 @@
"name": "receipt",
"type": "receipt",
"ricardian_contract": ""
},{
"name": "newbag",
"type": "newbag",
"ricardian_contract": ""
}
],
"tables": [{
Expand Down Expand Up @@ -170,10 +199,19 @@
"name"
],
"type": "player"
},{
"name": "bag",
"index_type": "i64",
"key_names": [
"id"
],
"key_types": [
"uint64"
],
"type": "bag"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": []
"abi_extensions": []
}
Binary file added crazytown.wasm
Binary file not shown.
Loading

0 comments on commit bd2df1d

Please sign in to comment.