UNPKG

@paradeum/burrow

Version:

TypeScript library that calls a Hyperledger Burrow server over GRPC.

6 lines (5 loc) 306 B
import { Function, Event } from 'solc'; export declare function transformToFullName(abi: Function | Event): string; export declare function extractDisplayName(name: string): string; export declare function extractTypeName(name: string): string; export declare function isFunction(object: object): boolean;