Struct everscale_types::models::config::ConfigParam14
source · pub struct ConfigParam14;Expand description
Block creation reward for masterchain and basechain.
Contains a BlockCreationRewards.
Trait Implementations§
source§impl<'a> KnownConfigParam<'a> for ConfigParam14
impl<'a> KnownConfigParam<'a> for ConfigParam14
§type Value = BlockCreationRewards
type Value = BlockCreationRewards
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam14 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam14 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl RefUnwindSafe for ConfigParam14
impl Send for ConfigParam14
impl Sync for ConfigParam14
impl Unpin for ConfigParam14
impl UnwindSafe for ConfigParam14
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