NAME
Web3::Tiny::Util - Unit conversion and hex/bigint helpers
SYNOPSIS
use Web3::Tiny::Util qw(to_wei from_wei);
my $wei = to_wei('1.5', 'ether'); # "1500000000000000000"
my $ether = from_wei($wei, 'ether'); # "1.5"Web3::Tiny::Util - Unit conversion and hex/bigint helpers
use Web3::Tiny::Util qw(to_wei from_wei);
my $wei = to_wei('1.5', 'ether'); # "1500000000000000000"
my $ether = from_wei($wei, 'ether'); # "1.5"