UNPKG

@msquared/etherbase-client

Version:

React hooks for interacting with Etherbase smart contracts

6 lines (5 loc) 275 B
import type * as etherbase from "./hooks/types/etherbase"; import type * as events from "./hooks/types/events"; import type * as state from "./hooks/types/state"; import type * as websocket from "./hooks/types/websocket"; export type { events, state, websocket, etherbase };