mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-25 13:09:30 +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.
|
||||
///
|
||||
/// The result of this function is unordered.
|
||||
pub async fn top_level_transfers(
|
||||
&self,
|
||||
block: u64,
|
||||
|
|
Loading…
Reference in a new issue