Function getTeeEnclaveSharesAvailablility

  • 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<NFTShareAvailableType>

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

    Name

    getEnclaveSharesAvailablility

    Summary

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

Generated using TypeDoc