Type alias CreateSftBuilderContext

CreateSftBuilderContext: {
    mintAddress: PublicKey;
    tokenAddress: null | PublicKey;
    metadataAddress: PublicKey;
}

Type declaration

  • mintAddress: PublicKey

    The address of the mint account.

  • tokenAddress: null | PublicKey

    The address of the token account if any.

  • metadataAddress: PublicKey

    The address of the metadata account.

Generated using TypeDoc