Appearance
Used to get the current instance of the bridge.
import { useHWBridge } from '@buidlerlabs/hashgraph-react-wallets' const App = () => { const hwBridge = useHWBridge() // do stuff... return ... }
type InstanceType<typeof HWBridge>;