Add note on the returned top-level transfers being unordered

This commit is contained in:
Luke Parker 2024-09-18 01:09:07 -04:00
parent bdc3bda04a
commit 18178f3764

View file

@ -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,