Class Codec<Encodable, Decoded>

Type Parameters

Constructors

Properties

Methods

Constructors

Properties

encode: ((encodable: Encodable) => Uint8Array)
decode: ((decodable: BytesLike) => Decoded)
byteLength?: number

Methods