Wrapped
Defined in: astrobase/src/wraps/types.ts:46
A deserialized wrapped value.
Extends
Section titled “Extends”WrapBase
<T
>
Type Parameters
Section titled “Type Parameters”T
= unknown
Properties
Section titled “Properties”metadata
Section titled “metadata”metadata:
FileBuilder
<T
>
Defined in: astrobase/src/wraps/types.ts:36
The metadata for the Wrap implementation. A File is used here for control over the media type used at serialization.
Inherited from
Section titled “Inherited from”WrapBase.metadata
payload
Section titled “payload”payload:
Uint8Array
Defined in: astrobase/src/wraps/types.ts:48
The Wrap buffer.
type:
string
Defined in: astrobase/src/wraps/types.ts:30
The Wrap type.
Inherited from
Section titled “Inherited from”WrapBase.type