IOrderSystem

Git Source

Author: MUD (https://mud.dev) by Lattice (https://lattice.xyz)

This interface is automatically generated from the corresponding system contract. Do not edit manually.

Functions

createOrder

function createOrder(MaterialId _materialId, uint256 _amount, uint256 _reward, uint32 _duration, uint32 _maxPlayers)
    external
    returns (bytes32 orderEntity);

cancelOrder

function cancelOrder(bytes32 _orderEntity) external;

acceptOrder

function acceptOrder(bytes32 _orderEntity) external;

unacceptOrder

function unacceptOrder() external;