ckb-types 0.115.0-rc1

Provides the essential types for CKB.
Documentation
//! All Constants.

use crate::core::Version;

/// Current transaction version.
pub const TX_VERSION: Version = 0;
/// Current block version.
pub const BLOCK_VERSION: Version = 0;