pub struct MsgWithdrawValidatorCommission {
pub validator_address: String,
}
Expand description
withdraw commission from a validator
Fields§
§validator_address: String
Implementations§
Trait Implementations§
impl MsgInternal for MsgWithdrawValidatorCommission
Auto Trait Implementations§
impl Freeze for MsgWithdrawValidatorCommission
impl RefUnwindSafe for MsgWithdrawValidatorCommission
impl Send for MsgWithdrawValidatorCommission
impl Sync for MsgWithdrawValidatorCommission
impl Unpin for MsgWithdrawValidatorCommission
impl UnwindSafe for MsgWithdrawValidatorCommission
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