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