NAME
Solana::SPLAddress - Perl extension for creating deterministic Solana token addresses
SYNOPSIS
use Solana::SPLAddress;
METHODS
- create_address($seed, $program_id, $bump)
-
create address from seed, program_id and bump used to recover already generated address - find_address($seeds, $program_id)
-
find address from seeds and program_id returns address and bump
AUTHOR
Denys Fisher, <shmakins at gmail dot com>
COPYRIGHT AND LICENSE
Copyright (C) 2025 by Denys Fisher
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.38.2 or, at your option, any later version of Perl 5 you may have available.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 71:
You forgot a '=back' before '=head1'