Struct terra_rust_api::messages::staking::MsgDelegate [−][src]
pub struct MsgDelegate {
pub amount: Coin,
pub delegator_address: String,
pub validator_address: String,
}Expand description
edit undelegate message
Fields
amount: Coindelegator_address: Stringvalidator_address: StringImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MsgDelegate
impl Send for MsgDelegate
impl Sync for MsgDelegate
impl Unpin for MsgDelegate
impl UnwindSafe for MsgDelegate
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
