UNPKG
@keygate/wallet-management
Version:
latest (3.14.1)
3.14.1
3.14.0
Keygate Wallet Management solution.
github.com/keygate-io/swaps-sdk
keygate-io/swaps-sdk
@keygate/wallet-management
/
dist
/
esm
/
hooks
/
useAccountDisconnect.d.ts
3 lines
(2 loc)
•
134 B
TypeScript
View Raw
1
2
3
import
type
{
Account
}
from
'./useAccount.js'
;
export
declare
const
useAccountDisconnect
:
() =>
(
account
:
Account
) =>
Promise
<
void
>;