[][src]Struct ckb_types::core::HeaderView

pub struct HeaderView { /* fields omitted */ }

Implementations

impl HeaderView[src]

impl HeaderView[src]

pub fn data(&self) -> Header[src]

pub fn hash(&self) -> Byte32[src]

pub fn version(&self) -> Version[src]

pub fn number(&self) -> BlockNumber[src]

pub fn compact_target(&self) -> u32[src]

pub fn timestamp(&self) -> u64[src]

pub fn epoch(&self) -> EpochNumberWithFraction[src]

pub fn parent_hash(&self) -> Byte32[src]

pub fn transactions_root(&self) -> Byte32[src]

pub fn proposals_hash(&self) -> Byte32[src]

pub fn uncles_hash(&self) -> Byte32[src]

pub fn dao(&self) -> Byte32[src]

pub fn difficulty(&self) -> U256[src]

pub fn nonce(&self) -> u128[src]

pub fn is_genesis(&self) -> bool[src]

pub fn fake_hash(self, hash: Byte32) -> Self[src]

Trait Implementations

impl Clone for HeaderView[src]

impl Debug for HeaderView[src]

impl Display for HeaderView[src]

impl Eq for HeaderView[src]

impl Hash for HeaderView[src]

impl Pack<HeaderView> for HeaderView[src]

impl PartialEq<HeaderView> for HeaderView[src]

impl<'r> Unpack<HeaderView> for HeaderViewReader<'r>[src]

impl Unpack<HeaderView> for HeaderView[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.