types.Maker
Maker object to be used in execute functions
• additionalParameters: BytesLike
Additional parameters for complex orders
• amounts: BigNumberish
[]
List of amount for each item ID (1 for ERC721)
• collection: string
Collection address
• collectionType: CollectionType
Asset type, 0: ERC-721, 1:ERC-1155, etc
• currency: string
Currency address (zero address for ETH)
• endTime: BigNumberish
Timestamp in second of the time when the order becomes invalid
• globalNonce: BigNumberish
User's current bid / ask nonce
• itemIds: BigNumberish
[]
List of item IDS
• orderNonce: BigNumberish
Nonce for this specific order
• price: BigNumberish
Minimum price to be received after the trade
• quoteType: QuoteType
Bid (0) or Ask (1)
• signer: string
Signer address
• startTime: BigNumberish
Timestamp in second of the time when the order starts to be valid
• strategyId: StrategyType
Strategy ID, 0: Standard, 1: Collection, etc
• subsetNonce: BigNumberish
Subset nonce used to group an arbitrary number of orders under the same nonce