Performs previously commited ATTACK action, with corresponding parameters, returns result of this action
Converts "product" resource to the game currency after end of last game turn
Commits user initiated action in form of its hash and minimal number of blocks in which the action could be performed, and returns block number when the blockchain received this commitment
Returns array of currently registered players
Returns number of players registered in current game turn
Returns identifier of item currently spawned at given location, or undefined when there isn't any
Returns current info about given player address, or undefined, if the address is not valid
Performs previously commited GOTO action, with corresponding parameters, returns result of this action
Performs previously commited MINE action, with corresponding parameters, returns result of this action
Picks item spawned at player's current location
Gets current info about given player and stores it into database
Registers into current game turn with given player skill values (100 in total)
Generated using TypeDoc
Interface allowing communication between client application and specific game contract in Ethereum blockchain.