powered by
get_post returns the response of the RPC call in the Geth node.
get_post
get_post(method, params = list())
String - Method to call in the Geth node.
Array of Strings - Params that are passed to the method.
Object - Response from the Geth node.
Other utils functions: dec_to_hex, get_network_id, get_rpc_address, hex_to_dec, hex_to_text, is.wholenumber, process_block, process_log, process_receipt, process_transaction, set_network_id, set_rpc_address, text_to_hex
dec_to_hex
get_network_id
get_rpc_address
hex_to_dec
hex_to_text
is.wholenumber
process_block
process_log
process_receipt
process_transaction
set_network_id
set_rpc_address
text_to_hex
# NOT RUN { get_post('eth_accounts') get_post('debug_verbosity', list(3)) get_post('debug_goTrace', list('file.log', 5)) # } # NOT RUN { # }
Run the code above in your browser using DataLab