Function load_header_epoch_length

Source
pub fn load_header_epoch_length(
    index: usize,
    source: Source,
) -> Result<u64, SysError>
Available on crate feature ckb-types only.
Expand description

Load header epoch length

§Arguments

  • index - index
  • source - source

§Example

let epoch_length = load_header_epoch_length(index, source).unwrap();