UNPKG

@bugbytes/hapi-connect

Version:

Lightweight HashConnect Browser Side Client Library

6 lines 198 B
import { WalletMetadata } from "./wallet-metadata"; export interface PairRequest { pairingString: string; pairCompleted: Promise<WalletMetadata>; } //# sourceMappingURL=pair-request.d.ts.map