OfferData

Git Source

struct OfferData {
    MaterialId materialId;
    uint256 amount;
    uint256 cost;
}