Skip to main content

NFTMintData

NFTMintData is the data for the minting of the NFT

Hierarchy

  • { address: PublicKey; initialState: Field[]; name: Field; verifier: PublicKey }
    • NFTMintData

Index

Constructors

constructor

  • new NFTMintData(value: { address: PublicKey; initialState: [Field, Field, Field, Field, Field, Field, Field, Field]; name: Field; verifier: PublicKey }): NFTMintData
  • Parameters

    • value: { address: PublicKey; initialState: [Field, Field, Field, Field, Field, Field, Field, Field]; name: Field; verifier: PublicKey }

    Returns NFTMintData

Properties

address

address: PublicKey = PublicKey

The address of the NFT

initialState

initialState: Field[] = ...

The initial state of the NFT (8 Fields)

name

name: Field = Field

The name of the NFT encoded in Field

verifier

verifier: PublicKey = PublicKey

The verifier of the NFT - the Name Service contract that sends this update