Interface TokenContractDeployMetadata

Options for deploying a Token contract

Hierarchy

  • TokenContractDeployMetadata

Properties

app_uri?: string

The default app for this contract

description?: string

Optional description of the contract

external_link?: string

Optional url for the contract

image?: FileOrBufferOrString

Optional image for the contract

name: string

name of the contract

platform_fee_basis_points?: number

The percentage (in basis points) of platform fees

platform_fee_recipient?: string

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

Symbol for the NFTs

trusted_forwarders?: string[]

Custom gasless trusted forwarder addresses

Generated using TypeDoc