pub async fn find_seedelf_and_wallet_utxos(
sk: Scalar,
seedelf: String,
network_flag: bool,
) -> (Option<Register>, Vec<UtxoResponse>)
Expand description
Find a specific seedelf’s datum and all the utxos owned by a scalar. The maximum amount of utxos is limited by a upper bound.