0.7.35
This commit is contained in:
@@ -12,6 +12,7 @@ mod db_metadata;
|
||||
mod db_runtime_event;
|
||||
mod dex;
|
||||
mod dex_decoded_event;
|
||||
mod fee_event;
|
||||
mod known_http_endpoint;
|
||||
mod known_ws_endpoint;
|
||||
mod launch_attribution;
|
||||
@@ -25,14 +26,16 @@ mod pair_analytic_signal;
|
||||
mod pair_candle;
|
||||
mod pair_metric;
|
||||
mod pool;
|
||||
mod pool_listing;
|
||||
mod pool_admin_event;
|
||||
mod pool_lifecycle_event;
|
||||
mod pool_listing;
|
||||
mod pool_origin;
|
||||
mod pool_token;
|
||||
mod program_instruction_diagnostic;
|
||||
mod program_instruction_discriminator_row;
|
||||
mod protocol_candidate;
|
||||
mod protocol_candidate_summary;
|
||||
mod reward_event;
|
||||
mod swap;
|
||||
mod token;
|
||||
mod token_burn_event;
|
||||
@@ -51,6 +54,7 @@ pub use db_metadata::DbMetadataEntity;
|
||||
pub use db_runtime_event::DbRuntimeEventEntity;
|
||||
pub use dex::DexEntity;
|
||||
pub use dex_decoded_event::DexDecodedEventEntity;
|
||||
pub use fee_event::FeeEventEntity;
|
||||
pub use known_http_endpoint::KnownHttpEndpointEntity;
|
||||
pub use known_ws_endpoint::KnownWsEndpointEntity;
|
||||
pub use launch_attribution::LaunchAttributionEntity;
|
||||
@@ -64,14 +68,16 @@ pub use pair_analytic_signal::PairAnalyticSignalEntity;
|
||||
pub use pair_candle::PairCandleEntity;
|
||||
pub use pair_metric::PairMetricEntity;
|
||||
pub use pool::PoolEntity;
|
||||
pub use pool_listing::PoolListingEntity;
|
||||
pub use pool_admin_event::PoolAdminEventEntity;
|
||||
pub use pool_lifecycle_event::PoolLifecycleEventEntity;
|
||||
pub use pool_listing::PoolListingEntity;
|
||||
pub use pool_origin::PoolOriginEntity;
|
||||
pub use pool_token::PoolTokenEntity;
|
||||
pub use program_instruction_diagnostic::ProgramInstructionDiagnosticEntity;
|
||||
pub use program_instruction_discriminator_row::ProgramInstructionDiscriminatorRowEntity;
|
||||
pub use protocol_candidate::ProtocolCandidateEntity;
|
||||
pub use protocol_candidate_summary::ProtocolCandidateSummaryEntity;
|
||||
pub use reward_event::RewardEventEntity;
|
||||
pub use swap::SwapEntity;
|
||||
pub use token::TokenEntity;
|
||||
pub use token_burn_event::TokenBurnEventEntity;
|
||||
|
||||
Reference in New Issue
Block a user