Struct terra_rust_api::messages::distribution::MsgWithdrawDelegationReward [−][src]
pub struct MsgWithdrawDelegationReward {
pub delegator_address: String,
pub validator_address: String,
}Expand description
withdraw reward from a validator
Fields
delegator_address: Stringvalidator_address: StringImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MsgWithdrawDelegationReward
impl Send for MsgWithdrawDelegationReward
impl Sync for MsgWithdrawDelegationReward
impl Unpin for MsgWithdrawDelegationReward
impl UnwindSafe for MsgWithdrawDelegationReward
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
