pub async fn create_trezor_signer(
hd_path: Option<&str>,
mnemonic_index: u32,
) -> Result<WalletSigner>Expand description
Creates WalletSigner instance from given Trezor parameters.
pub async fn create_trezor_signer(
hd_path: Option<&str>,
mnemonic_index: u32,
) -> Result<WalletSigner>Creates WalletSigner instance from given Trezor parameters.