UNPKG

@msquared/etherbase-client

Version:

React hooks for interacting with Etherbase smart contracts

4 lines (3 loc) 221 B
import type { EtherbaseConfig } from "./config"; export declare function fetchSourcesData(config?: EtherbaseConfig): Promise<any>; export declare function fetchCustomContractsData(config?: EtherbaseConfig): Promise<any>;