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