Interface StringChunk

interface StringChunk {
    mt: number;
    prefix?: string | Uint8Array<ArrayBufferLike>;
    spec?: string;
    str: ByteTree | Uint8Array<ArrayBufferLike>;
    v?: 4 | 6;
}

Properties

Properties

mt: number
prefix?: string | Uint8Array<ArrayBufferLike>
spec?: string
str: ByteTree | Uint8Array<ArrayBufferLike>
v?: 4 | 6