pub struct Header(/* private fields */);
Implementations§
Source§impl Header
impl Header
Sourcepub fn calc_pow_hash(&self) -> Byte32
pub fn calc_pow_hash(&self) -> Byte32
Calls HeaderReader.calc_pow_hash()
for self.as_reader()
.
Source§impl Header
impl Header
Sourcepub fn calc_header_hash(&self) -> Byte32
pub fn calc_header_hash(&self) -> Byte32
Calls HeaderReader.calc_header_hash()
for self.as_reader()
.
Trait Implementations§
Source§impl AsHeaderBuilder for Header
impl AsHeaderBuilder for Header
Source§fn as_advanced_builder(&self) -> HeaderBuilder
fn as_advanced_builder(&self) -> HeaderBuilder
Creates an advanced builder base on current data.
Source§impl Difficulty for Header
impl Difficulty for Header
Source§fn difficulty(&self) -> U256
fn difficulty(&self) -> U256
Calculates the difficulty from compact target.
Source§impl Entity for Header
impl Entity for Header
const NAME: &'static str = "Header"
type Builder = HeaderBuilder
fn new_unchecked(data: Bytes) -> Header
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<Header, VerificationError>
fn from_compatible_slice(slice: &[u8]) -> Result<Header, VerificationError>
fn new_builder() -> <Header as Entity>::Builder
fn as_builder(self) -> <Header as Entity>::Builder
Source§impl IntoHeaderView for Header
impl IntoHeaderView for Header
Source§fn into_view(self) -> HeaderView
fn into_view(self) -> HeaderView
Calculates the header hash and converts into HeaderView
with the hash.
Auto Trait Implementations§
impl !Freeze for Header
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)