Struct terra_rust_api::messages::staking::MsgUndelegate [−][src]
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
Auto Trait Implementations
impl RefUnwindSafe for MsgUndelegate
impl Send for MsgUndelegate
impl Sync for MsgUndelegate
impl Unpin for MsgUndelegate
impl UnwindSafe for MsgUndelegate
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