pub struct BlobBaseFee;Expand description
Returns the value of the blob base-fee of the current block.
Trait Implementations§
Source§impl Clone for BlobBaseFee
impl Clone for BlobBaseFee
Source§fn clone(&self) -> BlobBaseFee
fn clone(&self) -> BlobBaseFee
Returns a duplicate 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 BlobBaseFee
impl Debug for BlobBaseFee
Source§impl Display for BlobBaseFee
impl Display for BlobBaseFee
Source§impl Hash for BlobBaseFee
impl Hash for BlobBaseFee
Source§impl Instruction for BlobBaseFee
impl Instruction for BlobBaseFee
Source§fn is_push(&self) -> bool
fn is_push(&self) -> bool
Returns a value signifying whether this instruction is of the type
PUSHx. Read moreSource§fn is_dup(&self) -> bool
fn is_dup(&self) -> bool
Returns a value signifying whether this instruction is of the type
DUPx. Read moreSource§fn is_swap(&self) -> bool
fn is_swap(&self) -> bool
Returns a value signifying whether this instruction is of the type
SWAPx. Read moreSource§impl PartialEq for BlobBaseFee
impl PartialEq for BlobBaseFee
impl Copy for BlobBaseFee
impl Eq for BlobBaseFee
impl StructuralPartialEq for BlobBaseFee
Auto Trait Implementations§
impl Freeze for BlobBaseFee
impl RefUnwindSafe for BlobBaseFee
impl Send for BlobBaseFee
impl Sync for BlobBaseFee
impl Unpin for BlobBaseFee
impl UnwindSafe for BlobBaseFee
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