Skip to main content

Interface: CertificateDigestLike

The digest of a certificate.

Methods

nextLexicographical()

nextLexicographical(): CertificateDigestLike;

Returns the next digest in byte-increasing order.

Returns

CertificateDigestLike


nextLexicographicalOpt()

nextLexicographicalOpt(): CertificateDigestLike | undefined;

Returns the next digest in byte-increasing order, or None if the result would overflow.

Returns

CertificateDigestLike | undefined


toBase58()

toBase58(): string;

Returns

string


toBytes()

toBytes(): ArrayBuffer;

Returns

ArrayBuffer