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
Parameters
Section titled “Parameters”result
Section titled “result”the result of a lookup
Returns
Section titled “Returns”Uint8Array<ArrayBufferLike> | undefined
the value if the lookup was found, undefined otherwise