UNPKG

@liskhq/lisk-codec

Version:

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

4 lines (3 loc) 179 B
/// <reference types="node" /> export declare const writeString: (value: string) => Buffer; export declare const readString: (buffer: Buffer, offset: number) => [string, number];