@abstract-foundation/agw-react
Version:
Abstract Global Wallet React Components
9 lines (8 loc) • 591 B
text/typescript
export { AbstractWalletProvider } from "../agwProvider.js";
export { useAbstractClient } from "../hooks/useAbstractClient.js";
export { useCreateSession } from "../hooks/useCreateSession.js";
export { useGlobalWalletSignerAccount } from "../hooks/useGlobalWalletSignerAccount.js";
export { useGlobalWalletSignerClient } from "../hooks/useGlobalWalletSignerClient.js";
export { useLoginWithAbstract } from "../hooks/useLoginWithAbstract.js";
export { useRevokeSessions } from "../hooks/useRevokeSessions.js";
export { useWriteContractSponsored } from "../hooks/useWriteContractSponsored.js";