t;
use JSON;
use Math::BigInt;
use Math::BigFloat;
use File::Slurper 'read_text';
our $VERSION = '0.30';
=pod
=encoding utf8
=head1 NAME
Net::Ethereum - Perl Framework for Ethereum JSON RPC AP
print Dumper($eth_getCode);
=head1 DESCRIPTION
Net::Ethereum - Perl Framework for Ethereum JSON RPC API.
This is alpha debugging version.
Currently support marshaling only uint, int, bool
= $node->web3_clientVersion();
=cut
sub web3_clientVersion()
{
my ($this) = @_;
my $rq = { jsonrpc => "2.0", method => "web3_clientVersion", params => [], id => 67};
return $this->_node_reque