Function cryptoapis::apis::utxo_based_api::get_hd_wallet__x_pub_y_pub_z_pub_details[][src]

pub async fn get_hd_wallet__x_pub_y_pub_z_pub_details(
    configuration: &Configuration,
    blockchain: &str,
    extended_public_key: &str,
    network: &str,
    context: Option<&str>,
    derivation: Option<&str>
) -> Result<GetHdWalletXPubYPubZPubDetailsR, Error<GetHdWalletXPubYPubZPubDetailsError>>
Expand description

HD wallet details is useful endpoint to get the most important data about HD wallet without the need to do a lot of calculations, once the HD Wallet is synced using Sync endpoint we keep it up to date and we calculate these details in advance.