Skip to content

unwrap

unwrap(instance, wrapBuffer): Promise<Unwrapped<unknown, unknown>>

Defined in: astrobase/src/wraps/wraps.ts:38

Parses and unwraps a serialized Wrap buffer.

Instance

The Instance config.

Uint8Array

The serialized Wrap buffer to unwrap.

Promise<Unwrapped<unknown, unknown>>

The Unwrapped value as a Promise.