UNPKG

web3x

Version:

Typescript port of web3.js

8 lines (7 loc) 226 B
export declare const encode: (tree: any) => string; export declare const decode: (hex: string) => any; declare const _default: { encode: (tree: any) => string; decode: (hex: string) => any; }; export default _default;