NAME
Crypt::HashCash::Stash - Coin Stash for HashCash Digital Cash
VERSION
$Revision: 1.123 $
$Date: Mon Jun 19 15:07:47 PDT 2017 $
SYNOPSIS
use Crypt::HashCash::Stash;
my $stash = new Crypt::HashCash::Stash;
DESCRIPTION
This module implements a coin stash for the HashCash digital cash system. It provides methods to get coins from and add coins to the stash.
METHODS
new
Creates and returns a new Crypt::HashCash::Vault::Bitcoin object.
commit
load
getcoins
addcoins
havedenom
getdenom
unverified
savebuy
savedbuys
finishbuy
AUTHOR
Ashish Gulhati, <crypt-hashcash at hash.neo.tc>
BUGS
Please report any bugs or feature requests to bug-crypt-hashcash at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Crypt-HashCash. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Crypt::HashCash::Stash
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright (c) 2001-2017 Ashish Gulhati.
This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.
See http://www.perlfoundation.org/artistic_license_2_0 for the full license terms.