-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
34 lines (33 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(apply_decimal)
export(convert_address)
export(from_unix_timestamp)
export(get_account_balance)
export(get_account_trx_balance)
export(get_block_info)
export(get_blocks_for_time_range)
export(get_chain_statistics)
export(get_current_trx_market_data)
export(get_current_trx_price)
export(get_events_by_block_number)
export(get_events_by_contract_address)
export(get_events_by_tx_id)
export(get_events_of_latest_block)
export(get_supported_coingecko_currencies)
export(get_trc10_token_description)
export(get_trc10_transfers)
export(get_trc20_token_description)
export(get_trc20_transfers)
export(get_trx_market_data_for_date)
export(get_trx_market_data_for_last_n_days)
export(get_trx_market_data_for_time_range)
export(get_trx_ohlc_data_for_last_n_days)
export(get_tx_for_time_range)
export(get_tx_info_by_account_address)
export(get_tx_info_by_id)
export(is_address)
export(list_top_trx_holders)
export(to_unix_timestamp)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(tidyselect,vars_select_helpers)