unwrap
unwrap(
instance
,wrapBuffer
):Promise
<Unwrapped
<unknown
,unknown
>>
Defined in: astrobase/src/wraps/wraps.ts:38
Parses and unwraps a serialized Wrap buffer.
Parameters
Section titled “Parameters”instance
Section titled “instance”The Instance config.
wrapBuffer
Section titled “wrapBuffer”Uint8Array
The serialized Wrap buffer to unwrap.
Returns
Section titled “Returns”Promise
<Unwrapped
<unknown
, unknown
>>
The Unwrapped value as a Promise.