pub struct EpochExt(/* private fields */);
Implementations§
Source§impl EpochExt
impl EpochExt
pub const TOTAL_SIZE: usize = 108usize
pub const FIELD_SIZES: [usize; 8] = _
pub const FIELD_COUNT: usize = 8usize
pub fn previous_epoch_hash_rate(&self) -> Uint256
pub fn last_block_hash_in_previous_epoch(&self) -> Byte32
pub fn compact_target(&self) -> Uint32
pub fn number(&self) -> Uint64
pub fn base_block_reward(&self) -> Uint64
pub fn remainder_reward(&self) -> Uint64
pub fn start_number(&self) -> Uint64
pub fn length(&self) -> Uint64
pub fn as_reader<'r>(&'r self) -> EpochExtReader<'r>
Trait Implementations§
Source§impl Entity for EpochExt
impl Entity for EpochExt
const NAME: &'static str = "EpochExt"
type Builder = EpochExtBuilder
fn new_unchecked(data: Bytes) -> Self
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> VerificationResult<Self>
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>
fn new_builder() -> Self::Builder
fn as_builder(self) -> Self::Builder
Auto Trait Implementations§
impl !Freeze for EpochExt
impl RefUnwindSafe for EpochExt
impl Send for EpochExt
impl Sync for EpochExt
impl Unpin for EpochExt
impl UnwindSafe for EpochExt
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
)