6 lines
253 B
Rust
6 lines
253 B
Rust
// file: crates/ksp-worker-raw-transaction-ingest-lib/src/identity.rs
|
|
// version: 1
|
|
|
|
/// Stable Worker kind code used by the continuous RAW transaction ingest vertical.
|
|
pub const RAW_TRANSACTION_INGEST_WORKER_KIND_CODE: &str = "raw_transaction_ingest";
|