Function teeKeySharesRetrieve

  • Parameters

    • clusterId: number

      The TEE Cluster id to upload shares to.

    • kind: "secret" | "capsule"

      The kind of nft linked to the key being retrieved: "secret" or "capsule"

    • payload: RetrievePayloadType

      The payload containing secret NFT data, the keyring address and the signature. You can use our formatPayload() function.

    Returns Promise<string[]>

    TEE enclave response.

    Name

    teeKeySharesRetrieve

    Summary

    Get secret data shares from TEE enclaves.

Generated using TypeDoc