-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
35 lines (34 loc) · 926 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
export("%>%")
export(eth_accounts)
export(eth_blockNumber)
export(eth_chainId)
export(eth_estimateGas)
export(eth_feeHistory)
export(eth_gasPrice)
export(eth_getBalance)
export(eth_getBlockByHash)
export(eth_getBlockByNumber)
export(eth_getBlockTransactionCountByHash)
export(eth_getBlockTransactionCountByNumber)
export(eth_getCode)
export(eth_getStorageAt)
export(eth_getTransactionByBlockHashAndIndex)
export(eth_getTransactionByBlockNumberAndIndex)
export(eth_getTransactionByHash)
export(eth_getTransactionCount)
export(eth_getTransactionReceipt)
export(eth_protocolVersion)
export(explorerBalance)
export(explorerBalances)
export(getCryptoPrice)
export(getExplorerURL)
export(hex_to_eth)
export(hex_to_wei)
export(net_listening)
export(net_version)
export(query_hosted_subgraph)
export(query_subgraph)
export(web3_clientVersion)
export(web3_sha3)
importFrom(magrittr,"%>%")