UNPKG

@hashport/sdk

Version:

Utility functions for interacting with the hashport bridge

4 lines (3 loc) 250 B
import { HederaSigner } from '../types/signers'; import type { HashConnect, HashConnectTypes } from 'hashconnect'; export declare const createHashPackSigner: (hashconnect: HashConnect, pairingData: HashConnectTypes.SavedPairingData) => HederaSigner;