Function getTeeEnclaveSharesAvailablility

  • Name

    getEnclaveSharesAvailablility

    Summary

    Check that an enclave from a cluster have registered a Capsule NFT or a Secret NFT's key shares

    Returns

    A JSON containing the enclave share availability (enclave_id, nft_id, an exists status (boolean))

    Parameters

    • enclave: string

      The enclave base url.

    • nftId: number

      The Capsule NFT id or Secret NFT id to check key registration on enclave.

    • kind: "secret" | "capsule"

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

    Returns Promise<Tee.NFTShareAvailableType>

Generated using TypeDoc