Group
Extension

Matches 1

Net-Ethereum ( I/IT/ITMFROLOV/Net-Ethereum-0.30.tar.gz, ITMFROLOV, 2018; MetaCPAN )
Net-Ethereum/lib/Net/Ethereum.pm ( view source; MetaCPAN )
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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.