mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-12 13:55:28 +00:00
Add note on the returned top-level transfers being unordered
This commit is contained in:
parent
bdc3bda04a
commit
18178f3764
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ impl Erc20 {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Fetch all top-level transfers to the specified address.
|
/// Fetch all top-level transfers to the specified address.
|
||||||
|
///
|
||||||
|
/// The result of this function is unordered.
|
||||||
pub async fn top_level_transfers(
|
pub async fn top_level_transfers(
|
||||||
&self,
|
&self,
|
||||||
block: u64,
|
block: u64,
|
||||||
|
|
Loading…
Reference in a new issue