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.

6 lines (5 loc) 249 B
import type { EthersContext, EthersContextProps } from './types'; import * as React from 'react'; export declare const CtxEthers: React.Context<EthersContext>; declare const EthersContext: React.FC<EthersContextProps>; export default EthersContext;