-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
44 lines (43 loc) · 1.12 KB
/
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
36
37
38
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
export(as.ether)
export(as.finney)
export(as.gwei)
export(as.kwei)
export(as.mwei)
export(as.szabo)
export(dec_to_hex)
export(eth_accounts)
export(eth_blockNumber)
export(eth_coinbase)
export(eth_gasPrice)
export(eth_getBalance)
export(eth_getBlock)
export(eth_getBlockTransactionCountByHash)
export(eth_getBlockTransactionCountByNumber)
export(eth_getStorageAt)
export(eth_getTransactionByBlockHashAndIndex)
export(eth_getTransactionByBlockNumberAndIndex)
export(eth_getTransactionByHash)
export(eth_getTransactionCount)
export(eth_getTransactionReceipt)
export(eth_getUncleByBlockHashAndIndex)
export(eth_getUncleByBlockNumberAndIndex)
export(eth_getUncleCountByBlockHash)
export(eth_getUncleCountByBlockNumber)
export(eth_hashrate)
export(eth_mining)
export(eth_protocolVersion)
export(eth_syncing)
export(get_blocks)
export(get_rpc_address)
export(get_transactions)
export(hex_to_dec)
export(set_rpc_address)
export(web3_clientVersion)
export(web3_sha3)
import(dplyr)
importFrom(Rmpfr,mpfr)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,content_type_json)
importFrom(jsonlite,toJSON)