ckb-types 0.113.0-rc2

Provides the essential types for CKB.
Documentation
1
2
3
4
5
6
7
8
//! All Constants.

use crate::core::Version;

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