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

pub async fn sync_hd_wallet__x_pub_y_pub_z_pub(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    context: Option<&str>,
    sync_hd_walletx_pub_y_pub_z_pub_request_body: Option<SyncHdWalletxPubYPubZPubRequestBody>
) -> Result<SyncHdWalletxPubYPubZPubResponse, Error<SyncHdWalletXPubYPubZPubError>>
Expand description

HD wallets usually have a lot of addresses and transactions, getting the data on demand is a heavy operation. That’s why we have created this feature, to be able to get HD wallet details or transactions this HD wallet must be synced first. In addition to the initial sync we keep updating the synced HD wallets all the time.