Module cryptoapis::apis::utxo_based_api[][src]

Enums

GetHdWalletXPubYPubZPubDetailsError

struct for typed errors of method get_hd_wallet__x_pub_y_pub_z_pub_details

ListHdWalletXPubYPubZPubTransactionsError

struct for typed errors of method list_hd_wallet__x_pub_y_pub_z_pub_transactions

SyncHdWalletXPubYPubZPubError

struct for typed errors of method sync_hd_wallet__x_pub_y_pub_z_pub

Functions

get_hd_wallet__x_pub_y_pub_z_pub_details

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.

list_hd_wallet__x_pub_y_pub_z_pub_transactions

This endpoint will list HD Wallet transactions.

sync_hd_wallet__x_pub_y_pub_z_pub

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.