pub fn signer_from_source(
source: &str,
confirm_key: bool,
keypair_name: &str,
wallet_manager: Option<&mut Option<Rc<RemoteWalletManager>>>,
) -> Result<LocalSignerRef>Expand description
Load signer from url.
pub fn signer_from_source(
source: &str,
confirm_key: bool,
keypair_name: &str,
wallet_manager: Option<&mut Option<Rc<RemoteWalletManager>>>,
) -> Result<LocalSignerRef>Load signer from url.