solana/cli
DimAn 7d556a110d
Cli: add `find-program-derived-address` command (#30370)
* Add find-program-address solana cli command

* clippy

* clippy after rebase

* rename find-program-address -> find-program-derived-address

* rename is_complex_seed -> is_structured_seed

* add validator is_structured_seed to clap-v3-utils

* return CliError::BadParameter for PROGRAM_ID arg in case of incorrect parsing

* improve help for SEEDS arg

* extend About for create-address-with-seed command

* fix SEED help
2023-04-17 16:17:40 +09:00
..
src Cli: add `find-program-derived-address` command (#30370) 2023-04-17 16:17:40 +09:00
tests Make redelegate signer more optional (#30734) 2023-03-15 22:59:56 -06:00
.gitignore
Cargo.toml Cli: add `find-program-derived-address` command (#30370) 2023-04-17 16:17:40 +09:00