• Creates a CBOR-encoded anchor for a verification audit record.

    This function creates a standardized CBOR-encoded representation of the audit record that can be stored on the Concordium blockchain as transaction data. The anchor includes the audit record hash and optional public metadata.

    Returns

    CBOR-encoded anchor data suitable for blockchain storage

    Parameters

    • value: VerificationAuditRecord

      The verification audit record to create an anchor for

    • Optional publicInfo: Record<string, any>

      Optional public information to include in the anchor

    Returns Uint8Array

Generated using TypeDoc