serai/processor/primitives
Luke Parker 673cf8fd47 Pass the latest active key to the Block's scan function
Effectively necessary for networks on which we utilize account abstraction in
order to know what key to associate the received coins with.
2024-09-19 23:36:32 -07:00
..
src Pass the latest active key to the Block's scan function 2024-09-19 23:36:32 -07:00
Cargo.toml Remove async-trait from processor/ 2024-09-19 23:36:32 -07:00
LICENSE Definition and delineation of tasks within the scanner 2024-09-19 23:36:32 -07:00
README.md Definition and delineation of tasks within the scanner 2024-09-19 23:36:32 -07:00

Primitives

Primitive types/traits/structs used by the Processor.