Module pool_sync::pools

source ·
Expand description

Core definitions for pool synchronization

This module defines the core structures and traits used in the pool synchronization system. It includes enumerations for supported pool types, a unified Pool enum, and a trait for fetching and decoding pool creation events.

Modules§

Enums§

  • Represents a populated pool from any of the supported protocols
  • Enumerates the supported pool types

Traits§

Functions§