@abstract-foundation/agw-react
Version:
Abstract Global Wallet React Components
9 lines • 624 B
JavaScript
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';
//# sourceMappingURL=index.js.map