async fn select_decoys<R: RngCore + CryptoRng>(
rng: &mut R,
rpc: &impl ProvidesDecoys,
ring_len: u8,
block_number: usize,
input: &WalletOutput,
fingerprintable_deterministic: bool,
) -> Result<Decoys, TransactionsError>async fn select_decoys<R: RngCore + CryptoRng>(
rng: &mut R,
rpc: &impl ProvidesDecoys,
ring_len: u8,
block_number: usize,
input: &WalletOutput,
fingerprintable_deterministic: bool,
) -> Result<Decoys, TransactionsError>