IOfferSystem

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

createOffer

function createOffer(MaterialId _materialId, uint256 _amount, uint256 _cost) external returns (bytes32 orderEntity);

cancelOffer

function cancelOffer(bytes32 _offerEntity) external;

buyOffer

function buyOffer(bytes32 _offerEntity) external;