Type alias CreateSftOutput

CreateSftOutput: {
    response: SendAndConfirmTransactionResponse;
    sft: Sft | SftWithToken;
    mintAddress: PublicKey;
    metadataAddress: PublicKey;
    tokenAddress: PublicKey | null;
}

Type declaration

  • response: SendAndConfirmTransactionResponse

    The blockchain response from sending and confirming the transaction.

  • sft: Sft | SftWithToken

    The newly created SFT and, potentially, its associated token.

  • mintAddress: PublicKey

    The address of the mint account.

  • metadataAddress: PublicKey

    The address of the metadata account.

  • tokenAddress: PublicKey | null

    The address of the token account if any.

Generated using TypeDoc