pub async fn collect_address_utxos(
address: &str,
network_flag: bool,
) -> Vec<UtxoResponse>
Expand description
Collect all the address utxos that are not an assumed collateral utxo.
pub async fn collect_address_utxos(
address: &str,
network_flag: bool,
) -> Vec<UtxoResponse>
Collect all the address utxos that are not an assumed collateral utxo.