CryptoTron::WithdrawBalance - Perl extension for use with the blockchain of the crypto coin Tron.
use CryptoTron::WithdrawBalance; # Declare the public keys. my $PublicKeyBase58 = 'TQHgMpVzWkhSsRB4BzZgmV8uW4cFL8eaBr'; # Set the output format flag. my $OutputFlag = ["RAW"|"STR"]; # Get the account info as JSON string. my $account_info = WithdrawBalance({ address => $PublicKeyBase58 [,flag => $OutputFlag] }); # Print the account info into the terminal window. print $account_info;
None
Try::Catch
URI
LWP::UserAgent
JSON::PP
Dr. Peter Netz, <ztenretep@cpan.org>
Copyright (C) 2022 by Dr. Peter Netz
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.30.0 or, at your option, any later version of Perl 5 you may have available.
To install CryptoTron::JsonHttp, copy and paste the appropriate command in to your terminal.
cpanm
cpanm CryptoTron::JsonHttp
CPAN shell
perl -MCPAN -e shell install CryptoTron::JsonHttp
For more information on module installation, please visit the detailed CPAN module installation guide.