solana/clap-v3-utils/src
samkim-crypto 3004eaa9bd
[clap-v3-utils] Add functions to parse directly from `SignerSource` (#34678)
* add `_from_source` function variants for signer, keypair, and pubkey

* make `parse_signer_source` an associated function of `SignerSource`

* refactor `SignerSource` into `input_parsers::signer`

* make `_from_source` functions public

* remove unnecessary import
2024-01-25 06:27:02 +09:00
..
input_parsers [clap-v3-utils] Add functions to parse directly from `SignerSource` (#34678) 2024-01-25 06:27:02 +09:00
keygen [clap-v3-utils] Add replace deprecated `value_of` and `is_present` with `get_one` and `contains_id` (#33184) 2023-09-12 21:27:38 -07:00
fee_payer.rs [clap-v3-utils] Deprecate signer source validation (#33802) 2024-01-06 08:19:54 +09:00
input_validators.rs [clap-v3-utils] Add functions to parse directly from `SignerSource` (#34678) 2024-01-25 06:27:02 +09:00
keypair.rs [clap-v3-utils] Add functions to parse directly from `SignerSource` (#34678) 2024-01-25 06:27:02 +09:00
lib.rs [clap-v3-utils, keygen] Refactor mnemonics, derivation path, and argument parsing clap logic in keygen (#30977) 2023-05-13 14:30:03 +09:00
memo.rs
nonce.rs [clap-v3-utils] Deprecate signer source validation (#33802) 2024-01-06 08:19:54 +09:00
offline.rs clap-utils: Forbid multiple values for `--signer` (#34482) 2024-01-05 21:25:50 +01:00