Bitcoin-Crypto
view release on metacpan or search on metacpan
lib/Bitcoin/Crypto/Key/ExtPrivate.pm view on Meta::CPAN
print "Your exported $path child key is: $ser_child_key";
# create basic keypair
my $basic_private = $child_key->get_basic_key;
my $basic_public = $child_key->get_public_key->get_basic_key;
=head1 DESCRIPTION
This class allows you to create an extended private key instance. Extended keys
can be used to securely generate as many addresses as needed through key
derivation. This allows for long-term, reusable wallet with a single backup.
Moreover, you can use an extended private key to:
=over
=item * generate extended public keys
=item * derive extended keys using standard bip44 or a custom path
=item * restore keys from mnemonic codes, seeds and serialized form
( run in 0.213 second using v1.01-cache-2.11-cpan-ff066701436 )