mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Further document get_unlocked_outputs
This commit is contained in:
@@ -408,8 +408,9 @@ impl Rpc {
|
|||||||
Ok(distributions.distributions.swap_remove(0).distribution)
|
Ok(distributions.distributions.swap_remove(0).distribution)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get the specified outputs from the RingCT (zero-amount) pool, but only return them if they're
|
/// Get the specified outputs from the RingCT (zero-amount) pool, but only return them if their
|
||||||
/// unlocked.
|
/// timelock has been satisfied. This is distinct from being free of the 10-block lock applied to
|
||||||
|
/// all Monero transactions.
|
||||||
pub async fn get_unlocked_outputs(
|
pub async fn get_unlocked_outputs(
|
||||||
&self,
|
&self,
|
||||||
indexes: &[u64],
|
indexes: &[u64],
|
||||||
|
|||||||
Reference in New Issue
Block a user