Struct cfx_statedb::global_params::TotalBurnt1559
source · pub struct TotalBurnt1559;
Trait Implementations§
source§impl GlobalParamKey for TotalBurnt1559
impl GlobalParamKey for TotalBurnt1559
const ID: usize = 12usize
const KEY: &'static [u8] = b"total_burnt_tokens_by_cip1559"
const SPACE: Space = Space::Native
const ADDRESS: Address = STORAGE_INTEREST_STAKING_CONTRACT_ADDRESS
const STORAGE_KEY: StorageKeyWithSpace<'static> = _
source§fn init_vm_value() -> U256
fn init_vm_value() -> U256
How to initialize such a variable in the executor
source§fn from_vm_value(val: U256) -> U256
fn from_vm_value(val: U256) -> U256
How to convert such a variable from the executor representing to the db
representing
source§fn into_vm_value(val: U256) -> U256
fn into_vm_value(val: U256) -> U256
How to convert such a variable from the db representing to the executor
representing
Auto Trait Implementations§
impl RefUnwindSafe for TotalBurnt1559
impl Send for TotalBurnt1559
impl Sync for TotalBurnt1559
impl Unpin for TotalBurnt1559
impl UnwindSafe for TotalBurnt1559
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