Type alias CreateSftBuilderContext

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

Type declaration

  • mintAddress: PublicKey

    The address of the mint account.

  • metadataAddress: PublicKey

    The address of the metadata account.

  • tokenAddress: null | PublicKey

    The address of the token account if any.

Generated using TypeDoc