Struct solana_clap_utils::keypair::DefaultSigner [−][src]
Fields
arg_name: String
path: String
Implementations
impl DefaultSigner
[src]
impl DefaultSigner
[src]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]
&self,
bulk_signers: Vec<Option<Box<dyn Signer>>>,
matches: &ArgMatches<'_>,
wallet_manager: &mut Option<Arc<RemoteWalletManager>>
) -> Result<CliSignerInfo, Box<dyn Error>>
pub fn signer_from_path(
&self,
matches: &ArgMatches<'_>,
wallet_manager: &mut Option<Arc<RemoteWalletManager>>
) -> Result<Box<dyn Signer>, Box<dyn Error>>
[src]
&self,
matches: &ArgMatches<'_>,
wallet_manager: &mut Option<Arc<RemoteWalletManager>>
) -> Result<Box<dyn Signer>, Box<dyn Error>>
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]
&self,
matches: &ArgMatches<'_>,
wallet_manager: &mut Option<Arc<RemoteWalletManager>>,
config: &SignerFromPathConfig
) -> Result<Box<dyn Signer>, Box<dyn Error>>
Auto Trait Implementations
impl RefUnwindSafe for DefaultSigner
impl RefUnwindSafe for DefaultSigner
impl Send for DefaultSigner
impl Send for DefaultSigner
impl Sync for DefaultSigner
impl Sync for DefaultSigner
impl Unpin for DefaultSigner
impl Unpin for DefaultSigner
impl UnwindSafe for DefaultSigner
impl UnwindSafe for DefaultSigner