CryptoTron-JsonHttp
view release on metacpan or search on metacpan
lib/CryptoTron/Modules.pm view on Meta::CPAN
package CryptoTron::Modules;
# Set the VERSION number.
$VERSION = '0.03';
# Use the magic module.
use Simple::Filter::Macro; # <-- The magic is found here.
# The lines below will be expanded into the caller's code.
use CryptoTron::BroadcastTransaction;
use CryptoTron::GetAccount;
use CryptoTron::GetAccountNet;
use CryptoTron::GetAccountResource;
use CryptoTron::GetBrokerage;
use CryptoTron::GetReward;
use CryptoTron::ParseAccount;
use CryptoTron::WithdrawBalance;
# Package terminator 1; will not be written to caller's code.
1;
( run in 1.132 second using v1.01-cache-2.11-cpan-39bf76dae61 )