Struct cfx_parameters::DaoControlParameters
source · pub struct DaoControlParameters {
pub pow_base_reward: U256,
pub pos_annual_interest_rate: U256,
}
Fields§
§pow_base_reward: U256
§pos_annual_interest_rate: U256
Auto Trait Implementations§
impl Freeze for DaoControlParameters
impl RefUnwindSafe for DaoControlParameters
impl Send for DaoControlParameters
impl Sync for DaoControlParameters
impl Unpin for DaoControlParameters
impl UnwindSafe for DaoControlParameters
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