use Try::Tiny;
use Time::HiRes qw(gettimeofday);
use Circle::Common qw(load_config http_json_post http_json_get);
our @EXPORT = qw(
create_wallet
list_wallet
balance_of_address
balance_of_
n the cloud.
=cut
sub create_wallet {
my $url = _build_create_wallet_url();
return http_json_post( $url, {} );
}
sub _build_create_wallet_url {
my $config = load_config();
my $
list here.
}
=cut
sub list_wallet {
my $url = _build_list_wallet_url();
return http_json_get($url);
}
sub _build_list_wallet_url {
my $config = load_config();
my $wallet_pa