MultiwrapContractDeployMetadata interface
Options for deploying an Multiwrap contract
Signature:
export interface MultiwrapContractDeployMetadata
Properties
| Property | Type | Description |
|---|---|---|
| description? | string | (Optional) Optional description of the contract |
| external_link? | string | (Optional) Optional url for the contract |
| fee_recipient? | string | (Optional) The address that will receive the proceeds from secondary sales (royalties) |
| image? | FileBufferOrString | (Optional) Optional image for the contract |
| name | string | name of the contract |
| seller_fee_basis_points? | number | (Optional) The percentage (in basis points) of royalties for secondary sales |
| symbol? | string | (Optional) Symbol for the NFTs |
| trusted_forwarders? | string[] | (Optional) Custom gasless trusted forwarder addresses |