Group
Extension

Matches 3

Hush ( L/LE/LETO/Hush-0.03.tar.gz, LETO, 2018; MetaCPAN )
Hush/lib/Hush/Memo.pm ( view source; MetaCPAN )
rnings;
use Try::Tiny;
use Hush::Util qw/barf/;
use Hush::Logger qw/debug/;
use Data::Dumper;
use JSON;

sub new {
    my ($rpc,$options) = @_;
    my $memo           = {
        txid   => $options->{
Hush ( L/LE/LETO/Hush-0.03.tar.gz, LETO, 2018; MetaCPAN )
Hush/lib/Hush/List.pm ( view source; MetaCPAN )
File::Slurp;
use Hush::Memo;
use Hush::Logger qw/debug/;
use Hush::Contact;
use Data::Dumper;
use JSON;

=head1 NAME

Hush::List - HushList Protocol Reference Implementation

=head1 DESCRIPTION

HushL
_NAME/members.txt  - list member zaddrs, one per line
    # ~/.hush/list/LIST_NAME/list.json - list data, in JSON
    # ~/.hush/list/LIST_NAME/list.png  - user-specified image for list
    return $sel
eys to appease the z_sendmany gods
    my $list_addrs = { };

    # This must be a string to make JSON elder gods happy
    my $amount  = "0.00"; # amount is hidden in (z,z) xtns, so it does not ident
Hush ( L/LE/LETO/Hush-0.03.tar.gz, LETO, 2018; MetaCPAN )
Hush/lib/Hush/RPC.pm ( view source; MetaCPAN )
ce 
# (JSON::Boolean objects must be passed as boolean parameters)
#     https://bitcoin.org/en/developer-reference#getbalance
my $account = '';
my $balance = $btc->getbalance($account, 1, JSON::true)

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