Struct solana_clap_utils::keypair::DefaultSigner [−][src]
Fields
arg_name: String
path: String
Implementations
pub fn generate_unique_signers(
&self,
bulk_signers: Vec<Option<Box<dyn Signer>>>,
matches: &ArgMatches<'_>,
wallet_manager: &mut Option<Arc<RemoteWalletManager>>
) -> Result<CliSignerInfo, Box<dyn Error>>
[src]pub fn signer_from_path(
&self,
matches: &ArgMatches<'_>,
wallet_manager: &mut Option<Arc<RemoteWalletManager>>
) -> Result<Box<dyn Signer>, Box<dyn Error>>
[src]pub fn signer_from_path_with_config(
&self,
matches: &ArgMatches<'_>,
wallet_manager: &mut Option<Arc<RemoteWalletManager>>,
config: &SignerFromPathConfig
) -> Result<Box<dyn Signer>, Box<dyn Error>>
[src]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for DefaultSigner
impl Send for DefaultSigner
impl !Sync for DefaultSigner
impl Unpin for DefaultSigner
impl UnwindSafe for DefaultSigner