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