UNPKG

@liskhq/lisk-codec

Version:

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

5 lines (4 loc) 212 B
/// <reference types="node" /> import { SchemaProps } from '../types'; export declare const getWireType: (schemaProp: SchemaProps) => 0 | 2; export declare const generateKey: (schemaProp: SchemaProps) => Buffer;