server: reorg

This commit is contained in:
nym21
2026-04-27 10:35:18 +02:00
parent 7a0b4b5890
commit 07bc2d42b8
17 changed files with 40 additions and 63 deletions
@@ -1,10 +0,0 @@
use schemars::JsonSchema;
use serde::Deserialize;
use brk_types::Limit;
#[derive(Deserialize, JsonSchema)]
pub struct LimitParam {
#[serde(default)]
pub limit: Limit,
}
-2
View File
@@ -5,7 +5,6 @@ mod blockhash_param;
mod blockhash_start_index;
mod blockhash_tx_index;
mod height_param;
mod limit_param;
mod pool_slug_param;
mod series_param;
mod time_period_param;
@@ -24,7 +23,6 @@ pub use blockhash_param::*;
pub use blockhash_start_index::*;
pub use blockhash_tx_index::*;
pub use height_param::*;
pub use limit_param::*;
pub use pool_slug_param::*;
pub use series_param::*;
pub use time_period_param::*;