useschemars::JsonSchema;useserde::Deserialize;usebrk_types::Txid;#[derive(Debug, Default, Deserialize, JsonSchema)]#[serde(deny_unknown_fields)]pubstructAddrTxidsParam{/// Txid to paginate from (return transactions before this one)
pubafter_txid:Option<Txid>,
}