Solidity ReferenceAuctionLibOn this pageAuctionLibAuctionLibBasic auction structures used through auction contracts.TokenTypeenum TokenType { erc721, erc1155}Assetstruct Asset { enum AuctionLib.TokenType token; address contractAddr; uint256 tokenId;}