Function teeSSSSharesRetrieve

  • Name

    teeSSSSharesRetrieve

    Summary

    Get secret data shares from TEE enclaves.

    Returns

    TEE enclave response.

    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: TernoaHelpers.RetrievePayloadType

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

    Returns Promise<string[]>

Generated using TypeDoc