UNPKG

@bugbytes/hapi-connect

Version:

Lightweight HashConnect Browser Side Client Library

7 lines 242 B
import { WalletMetadata } from "./wallet-metadata"; export interface ConnectionInfo { topic: string | undefined; secret: string | undefined; pairedWallet: WalletMetadata | undefined; } //# sourceMappingURL=connection-info.d.ts.map