slotstrike 1.0.0

Low-latency Solana slotstrike runtime for event-driven token execution
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod rule_primitives;
pub mod runtime;
pub mod sol_amount;

pub use rule_primitives::{RuleAddress, RuleSlippageBps, RuleSolAmount};
pub use runtime::{
    NonEmptyText, PriorityFeesMicrolamports, ReplayBurstSize, ReplayEventCount, SofCommitmentLevel,
    SofGossipRuntimeMode, SofIngressSource, SofTxJitoTransport, SofTxMode, SofTxReliability,
    SofTxRoute, SofTxStrategy, TxSubmissionMode,
};