The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Crypt::HashCash::CoinRequest - HashCash digital cash coin request

VERSION

 $Revision: 1.115 $
 $Date: Sat Jun 10 01:44:29 PDT 2017 $

SYNOPSIS

  my $reqstr = $coinreq->as_string;

  my $coinreq = Crypt::HashCash::CoinRequest->from_string($reqstr);

DESCRIPTION

This class provides methods to serialize and deserialize a HashCash digital coin request.

METHODS

as_string

Serializes the coin request and returns a string representation of it.

from_string

Creates and returns a Crypt::HashCash::CoinRequest object from the string provided as the only argument.

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::CoinRequest

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright (c) 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.