Type Alias ckb_types::core::Cycle

source ·
pub type Cycle = u64;
Expand description

Cycle number.

Trait Implementations§

source§

impl Pack<BeUint64> for u64

source§

fn pack(&self) -> BeUint64

Packs a rust type into binary data.
source§

impl Pack<Uint64> for u64

source§

fn pack(&self) -> Uint64

Packs a rust type into binary data.