pub async fn collect_all_wallet_utxos(
sk: Scalar,
network_flag: bool,
) -> Vec<UtxoResponse>
Expand description
collects all the wallet utxos owned by some scalar.
pub async fn collect_all_wallet_utxos(
sk: Scalar,
network_flag: bool,
) -> Vec<UtxoResponse>
collects all the wallet utxos owned by some scalar.