[−][src]Struct cosmwasm_std::Delegation
Delegation is basic (cheap to query) data about a delegation
Fields
delegator: HumanAddr
validator: HumanAddr
amount: Coin
How much we have locked in the delegation
Trait Implementations
impl Clone for Delegation
[src][+]
impl Debug for Delegation
[src][+]
impl<'de> Deserialize<'de> for Delegation
[src][+]
impl From<FullDelegation> for Delegation
[src][+]
impl JsonSchema for Delegation
[src][+]
impl PartialEq<Delegation> for Delegation
[src][+]
impl Serialize for Delegation
[src][+]
impl StructuralPartialEq for Delegation
[src]
Auto Trait Implementations
impl RefUnwindSafe for Delegation
impl Send for Delegation
impl Sync for Delegation
impl Unpin for Delegation
impl UnwindSafe for Delegation
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,