UNPKG

@kodex-react/ctx-ethers

Version:

Provides a React context provider for the Ethers.js library, which allows you to interact with Ethereum smart contracts.

5 lines (4 loc) 213 B
import type { Reducer } from 'react'; import type { EthersProviderState, EthersProviderActions } from './types'; declare const reducer: Reducer<EthersProviderState, EthersProviderActions>; export default reducer;