UNPKG

@msquared/etherbase-client

Version:

React hooks for interacting with Etherbase smart contracts

5 lines (4 loc) 131 B
import { fetchSourcesData } from "../etherbase"; export async function getSources(config) { return fetchSourcesData(config); }