UNPKG

mochimo-wallet

Version:

Mochimo HD Wallet Implementation with React Integration

8 lines (6 loc) 219 B
import { NetworkService } from '../../types/network'; export declare const NetworkProvider: { setNetwork: (network: NetworkService) => void; getNetwork: () => NetworkService; }; export type { NetworkService };