Type alias CertIdEncoded

CertIdEncoded: Opaque<"CertIdEncoded", string>

This must be a raw lowercase base16 string and not a multibase string. The x509 certificate will strip any non-hex characters and add padding to the nearest byte.

Generated using TypeDoc