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
Source§type Value = BlockCreationRewards
type Value = BlockCreationRewards
Associated value type.
Source§type Wrapper = ParamIdentity<<ConfigParam14 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam14 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam14
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