pub struct MsgBeginRedelegate {
pub amount: Coin,
pub delegator_address: String,
pub validator_dst_address: String,
pub validator_src_address: String,
}
Expand description
edit undelegate message
Fields§
§amount: Coin
§delegator_address: String
§validator_dst_address: String
§validator_src_address: String
Implementations§
Trait Implementations§
Source§impl Debug for MsgBeginRedelegate
impl Debug for MsgBeginRedelegate
Source§impl Serialize for MsgBeginRedelegate
impl Serialize for MsgBeginRedelegate
impl MsgInternal for MsgBeginRedelegate
Auto Trait Implementations§
impl Freeze for MsgBeginRedelegate
impl RefUnwindSafe for MsgBeginRedelegate
impl Send for MsgBeginRedelegate
impl Sync for MsgBeginRedelegate
impl Unpin for MsgBeginRedelegate
impl UnwindSafe for MsgBeginRedelegate
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