MarketplaceContractDeployMetadata interface
Options for deploying a Marketplace contract
Signature:
export interface MarketplaceContractDeployMetadata
Properties
| Property | Type | Description | 
|---|---|---|
| description? | string | (Optional) Optional description of the contract | 
| external_link? | string | (Optional) Optional url for the contract | 
| image? | FileBufferOrString | (Optional) Optional image for the contract | 
| name | string | name of the contract | 
| platform_fee_basis_points? | number | (Optional) The percentage (in basis points) of platform fees | 
| platform_fee_recipient? | string | (Optional) The address that will receive the proceeds from platform fees | 
| trusted_forwarders? | string[] | (Optional) Custom gasless trusted forwarder addresses |