.NET/Unity - Marketplace Extensions
Simplifying interaction with thirdweb Marketplace contracts through extensions.
What's Changed
- Adds MarketplaceV3 extensions.
- Supports
IDirectListings,IEnglishAuctionsandIOffers - Easier to use than direct
ThirdwebContract.Writecalls as the extensions are type safe and able to automatically handle approvals and more (opt-in). - Full reference here - accessible using
contract.Marketplaceextensions.
- Supports
- New Utilities
- Adds standalone
Utils.FetchGasPrice(legacy tx) andUtils.FetchGasFees(eip-1559) functions to retrieve chain gas info if needed. - Adds
Utils.HexToBigIntconverting hex strings toBigIntegerdirectly.
- Adds standalone