Struct denali::TxValidatorReward
source · pub struct TxValidatorReward {
pub to: AddressValue,
pub value: BigUintValue,
}Fields§
§to: AddressValue§value: BigUintValueTrait Implementations§
source§impl Debug for TxValidatorReward
impl Debug for TxValidatorReward
source§impl InterpretableFrom<TxValidatorRewardRaw> for TxValidatorReward
impl InterpretableFrom<TxValidatorRewardRaw> for TxValidatorReward
fn interpret_from( from: TxValidatorRewardRaw, context: &InterpreterContext ) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for TxValidatorReward
impl Send for TxValidatorReward
impl Sync for TxValidatorReward
impl Unpin for TxValidatorReward
impl UnwindSafe for TxValidatorReward
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