Struct safecoin_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>>
pub fn signer_from_path(
&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>>
Trait Implementations
Returns the “default value” for a type. Read more