JSON: {
    hash: HexString;
    info?: string;
}

JSON representation of a public verification audit record. Contains the hash as a hex string and optional public information.

Type declaration

  • hash: HexString

    The SHA-256 hash of the private audit record, encoded as a hex string

  • Optional info?: string

    Optional additional public information about the verification

Generated using TypeDoc