UNPKG

@alayanetwork/eth-method-registry

Version:

A module for getting method signature info from an platon method signature.

8 lines (6 loc) 155 B
declare class MethodRegistry { constructor(opts: object) lookup(bytes: string): void parse(signature: string): void } export = MethodRegistry