Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/core / / EncodedBytes
Interface: EncodedBytes
Defined in: packages/core/src/utils/binary-json.ts:40
Stable
Base64-encoded binary payload as it appears on the wire.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
data | readonly | string | packages/core/src/utils/binary-json.ts:42 |
enc | readonly | "base64" | packages/core/src/utils/binary-json.ts:41 |