Function teeKeySharesRemove

  • Name

    teeKeySharesRemove

    Summary

    Remove the share of a burnt NFT from the enclaves.

    Returns

    An array of JSONs containing the TEE enclave result (status (boolean), enclave_id, nft_id, description)

    Parameters

    • clusterId: number

      The TEE Cluster id to remove the shares of the burnt NFT.

    • kind: "secret" | "capsule"

      The kind of NFT linked to the key being deleted: "secret" or "capsule"

    • requesterAddress: string

      The requester address who want to remove the NFT key share.

    • nftId: number

      The burnt NFT id to remove the key.

    Returns Promise<TernoaHelpers.TeeGenericDataResponseType[]>

Generated using TypeDoc