mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Simplify async code in in_instructions_unordered
Outsources fetching the ERC20 events to top_level_transfers_unordered.
This commit is contained in:
@@ -14,7 +14,7 @@ mod borsh;
|
||||
pub use borsh::*;
|
||||
|
||||
/// An index of a log within a block.
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Debug, BorshSerialize, BorshDeserialize)]
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Hash, Debug, BorshSerialize, BorshDeserialize)]
|
||||
#[borsh(crate = "::borsh")]
|
||||
pub struct LogIndex {
|
||||
/// The hash of the block which produced this log.
|
||||
|
||||
Reference in New Issue
Block a user