Function sharesAvailableOnTeeCluster

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

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

    Name

    sharesAvailableOnTeeCluster

    Summary

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

Generated using TypeDoc