Function sharesAvailableOnTeeCluster

  • Name

    sharesAvailableOnTeeCluster

    Summary

    Check that all enclaves from a cluster have registered a the Capsule NFT or a Secret NFT's key shares

    Returns

    A boolean status indicating if enclaves have stored the NFT shares.

    Parameters

    • clusterId: number = 0

      The TEE Cluster id.

    • nftId: number

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

    • kind: "secret" | "capsule"

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

    Returns Promise<boolean>

Generated using TypeDoc