UNPKG

@liskhq/lisk-codec

Version:

Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol

4 lines (3 loc) 177 B
/// <reference types="node" /> export declare const writeBytes: (bytes: Buffer) => Buffer; export declare const readBytes: (buffer: Buffer, offset: number) => [Buffer, number];