@capgo/walletconnect
v0.0.1
Published
WIP: Capacitor plugin for WalletConnect
Downloads
4
Readme
@capgo/walletconnect
Capacitor plugin for WalletConnect
Install
npm install @capgo/walletconnect
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>