Type alias CreateNftBuilderContext

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

Type declaration

  • mintAddress: PublicKey

    The address of the mint account.

  • tokenAddress: PublicKey

    The address of the token account.

  • metadataAddress: PublicKey

    The address of the metadata account.

  • masterEditionAddress: PublicKey

    The address of the master edition account.

Generated using TypeDoc