[][src]Function ledger_hw_app_btc::wallet::get_wallet_public_key

pub async fn get_wallet_public_key<'_, '_, T: Transport + Sync>(
    transport: &'_ T,
    path: &'_ DerivationPath,
    verify: bool,
    format: AddressFormat
) -> Result<(PublicKey, Address, ChainCode), AppError<T::Error>>

This command returns the public key and Base58 encoded address for the given BIP 32 path.