Skip to main content

Module reader

Module reader 

Source
Expand description

Binary reader implementing TypeScript SDK compatible decoding

This module provides exact binary decoding compatibility with the TypeScript SDK, including identical varint/uvarint decoding, length prefixes, and field decoding.

Structs§

BinaryReader
Binary reader that matches TypeScript SDK decoding exactly
FieldReader
Field-based reader for structured data decoding

Enums§

DecodingError
Errors that can occur during binary decoding