web3-context.js
unknown
plain_text
4 years ago
198 B
5
Indexable
import React from 'react';
const Web3Context = React.createContext({
account: null,
networkId: null,
loadAccount: () => {},
loadNetworkId: () => {}
});
export default Web3Context;Editor is loading...