pub struct MsgDelegate {
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 MsgDelegate
impl Debug for MsgDelegate
Source§impl Serialize for MsgDelegate
impl Serialize for MsgDelegate
impl MsgInternal for MsgDelegate
Auto Trait Implementations§
impl Freeze for MsgDelegate
impl RefUnwindSafe for MsgDelegate
impl Send for MsgDelegate
impl Sync for MsgDelegate
impl Unpin for MsgDelegate
impl UnwindSafe for MsgDelegate
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