UNPKG

@safe-global/safe-react-hooks

Version:

A collection of React Hooks that facilitates the interaction of React apps with Safe Smart Accounts

12 lines 531 B
export * from './hooks/useSafe.js'; export * from './hooks/useConfirmTransaction.js'; export * from './hooks/useSendTransaction.js'; export * from './hooks/useUpdateOwners/index.js'; export * from './hooks/useUpdateThreshold.js'; export * from './hooks/useSendSafeOperation.js'; export * from './hooks/useConfirmSafeOperation.js'; export * from './types/index.js'; export * from './SafeProvider.js'; export { SafeContext } from './SafeContext.js'; export { createConfig } from './createConfig.js'; //# sourceMappingURL=index.js.map