Struct cfx_statedb::global_params::PowBaseReward
source · pub struct PowBaseReward;
Trait Implementations§
source§impl GlobalParamKey for PowBaseReward
impl GlobalParamKey for PowBaseReward
const ADDRESS: Address = PARAMS_CONTROL_CONTRACT_ADDRESS
const ID: usize = 11usize
const KEY: &'static [u8] = b"pow_base_reward"
const SPACE: Space = Space::Native
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 PowBaseReward
impl Send for PowBaseReward
impl Sync for PowBaseReward
impl Unpin for PowBaseReward
impl UnwindSafe for PowBaseReward
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