Type Alias ckb_types::core::Version

source ·
pub type Version = u32;
Expand description

Version number.

Trait Implementations§

source§

impl Pack<BeUint32> for u32

source§

fn pack(&self) -> BeUint32

Packs a rust type into binary data.
source§

impl Pack<Uint32> for u32

source§

fn pack(&self) -> Uint32

Packs a rust type into binary data.