UNPKG

reiciendisenim

Version:

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

5 lines (4 loc) 122 B
import store from "../store"; export default (hash: string) => { return store.web3?.eth.getTransactionReceipt(hash) }