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