Struct abstract_core::abstract_token::Cw20Coin
source · pub struct Cw20Coin {
pub address: String,
pub amount: Uint128,
}
Fields§
§address: String
§amount: Uint128
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Cw20Coin
impl<'de> Deserialize<'de> for Cw20Coin
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<Cw20Coin, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<Cw20Coin, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl JsonSchema for Cw20Coin
impl JsonSchema for Cw20Coin
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref
keyword. Read moresource§impl PartialEq<Cw20Coin> for Cw20Coin
impl PartialEq<Cw20Coin> for Cw20Coin
source§impl Serialize for Cw20Coin
impl Serialize for Cw20Coin
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more