Contains the state of a decoding operation.
new
Reader(buf: Uint8Array)
assertEnough(size: number): void
read(size: number): ArrayBuffer
readNumber(type: NativeNumber): number | bigint
Contains the state of a decoding operation.
Reader(buf: Uint8Array)
assertEnough(size: number): void
read(size: number): ArrayBuffer
readNumber(type: NativeNumber): number | bigint
import { Borsh } from ".";