pub struct BlockExt(/* private fields */);
Implementations§
Source§impl BlockExt
impl BlockExt
pub const FIELD_COUNT: usize = 5usize
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 as_reader<'r>(&'r self) -> BlockExtReader<'r>
Trait Implementations§
Source§impl Entity for BlockExt
impl Entity for BlockExt
const NAME: &'static str = "BlockExt"
type Builder = BlockExtBuilder
fn new_unchecked(data: Bytes) -> BlockExt
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<BlockExt, VerificationError>
fn from_compatible_slice(slice: &[u8]) -> Result<BlockExt, VerificationError>
fn new_builder() -> <BlockExt as Entity>::Builder
fn as_builder(self) -> <BlockExt as Entity>::Builder
Auto Trait Implementations§
impl !Freeze for BlockExt
impl RefUnwindSafe for BlockExt
impl Send for BlockExt
impl Sync for BlockExt
impl Unpin for BlockExt
impl UnwindSafe for BlockExt
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
)