Skip to content

lookupResultToBuffer

lookupResultToBuffer(result): Uint8Array<ArrayBufferLike> | undefined

Defined in: packages/core/src/agent/certificate.ts:463

Utility function to constrain the type of a lookup result

LookupResult

the result of a lookup

Uint8Array<ArrayBufferLike> | undefined

the value if the lookup was found, undefined otherwise