UNPKG

@did-kr-cg/whisper-connect

Version:

Whisper Connect is an easy and simple decentralized (without kind of a google cloud services) p2p connect solution. Desktop browser login via mobile app. or create transaction for smart contracts and send a signature and message via whisper too. and it ca

14 lines (13 loc) 255 B
import { AbiItem } from 'web3-utils'; interface Abi { [index: string]: AbiItem; } interface Topic { [index: string]: { name: string; abi: AbiItem; }; } declare const ABI: Abi; declare const TOPIC: Topic; export { ABI, TOPIC };