@microsoft/ccf-app

    Variable setClaimsDigestConst

    setClaimsDigest: (digest: ArrayBuffer) => void = ...

    Set a claims digest to be associated with the transaction if it succeeds. This digest can later be accessed from the receipt, and expanded into a full claim.

    The digest argument must be a sha-256 ArrayBuffer, eg. produced by global!CCF.digest.

    Type declaration

      • (digest: ArrayBuffer): void
      • Set a claims digest to be associated with the transaction if it succeeds. This digest can later be accessed from the receipt, and expanded into a full claim.

        The digest argument must be a sha-256 ArrayBuffer, eg. produced by global!CCF.digest.

        Parameters

        • digest: ArrayBuffer

        Returns void

    MMNEPVFCICPMFPCPTTAAATR