TokenContractDeployMetadata interface
Options for deploying a Token contract
Signature:
export interface TokenContractDeployMetadata
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 |
| primary_sale_recipient | string | The address that will receive the proceeds from primary sales |
| symbol? | string | (Optional) Symbol for the NFTs |
| trusted_forwarders? | string[] | (Optional) Custom gasless trusted forwarder addresses |