Type alias CreateNftBuilderContext

CreateNftBuilderContext: { mintAddress: PublicKey; metadataAddress: PublicKey; tokenAddress: PublicKey; masterEditionAddress: PublicKey }

Type declaration

  • mintAddress: PublicKey

    The address of the mint account.

  • metadataAddress: PublicKey

    The address of the metadata account.

  • tokenAddress: PublicKey

    The address of the token account.

  • masterEditionAddress: PublicKey

    The address of the master edition account.

Generated using TypeDoc