pub struct BlockExtV1(/* private fields */);
Implementations§
Source§impl BlockExtV1
impl BlockExtV1
pub const FIELD_COUNT: usize = 7usize
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn total_difficulty(&self) -> Uint256
pub fn total_uncles_count(&self) -> Uint64
pub fn received_at(&self) -> Uint64
pub fn txs_fees(&self) -> Uint64Vec
pub fn verified(&self) -> BoolOpt
pub fn cycles(&self) -> Uint64VecOpt
pub fn txs_sizes(&self) -> Uint64VecOpt
pub fn as_reader<'r>(&'r self) -> BlockExtV1Reader<'r>
Trait Implementations§
Source§impl Clone for BlockExtV1
impl Clone for BlockExtV1
Source§fn clone(&self) -> BlockExtV1
fn clone(&self) -> BlockExtV1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BlockExtV1
impl Debug for BlockExtV1
Source§impl Default for BlockExtV1
impl Default for BlockExtV1
Source§impl Display for BlockExtV1
impl Display for BlockExtV1
Source§impl Entity for BlockExtV1
impl Entity for BlockExtV1
const NAME: &'static str = "BlockExtV1"
type Builder = BlockExtV1Builder
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 BlockExtV1
impl RefUnwindSafe for BlockExtV1
impl Send for BlockExtV1
impl Sync for BlockExtV1
impl Unpin for BlockExtV1
impl UnwindSafe for BlockExtV1
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
)