UNPKG

@bestinslot/nada

Version:

Compression-focused encoding for zero-heavy solidity calldata and bytecode

4 lines (3 loc) 215 B
export declare function encode(input: Uint8Array): Uint8Array; export declare function decode(input: Uint8Array): Uint8Array; export declare function decode_with_limit(input: Uint8Array, limit: number): Uint8Array;