Struct abstract_core::objects::AssetEntry
source · pub struct AssetEntry(_);
Expand description
May key to retrieve information on an asset
Implementations§
source§impl AssetEntry
impl AssetEntry
pub fn new(entry: &str) -> Self
pub fn as_str(&self) -> &str
pub fn format(&mut self)
sourcepub fn src_chain(&self) -> String
pub fn src_chain(&self) -> String
Retrieve the source chain of the asset
Example: osmosis>juno>crab returns osmosis
Returns string to remain consistent with Self::asset_name
sourcepub fn asset_name(&self) -> String
pub fn asset_name(&self) -> String
Retrieve the asset name without the src chain Example: osmosis>juno>crab returns juno>crab
Trait Implementations§
source§impl Clone for AssetEntry
impl Clone for AssetEntry
source§fn clone(&self) -> AssetEntry
fn clone(&self) -> AssetEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AssetEntry
impl Debug for AssetEntry
source§impl Default for AssetEntry
impl Default for AssetEntry
source§fn default() -> AssetEntry
fn default() -> AssetEntry
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AssetEntry
impl<'de> Deserialize<'de> for AssetEntry
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for AssetEntry
impl Display for AssetEntry
source§impl From<&String> for AssetEntry
impl From<&String> for AssetEntry
source§impl From<&str> for AssetEntry
impl From<&str> for AssetEntry
source§impl From<LpToken> for AssetEntry
impl From<LpToken> for AssetEntry
source§impl From<String> for AssetEntry
impl From<String> for AssetEntry
source§impl JsonSchema for AssetEntry
impl JsonSchema for AssetEntry
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 KeyDeserialize for &AssetEntry
impl KeyDeserialize for &AssetEntry
source§impl Ord for AssetEntry
impl Ord for AssetEntry
source§fn cmp(&self, other: &AssetEntry) -> Ordering
fn cmp(&self, other: &AssetEntry) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<AssetEntry> for AssetEntry
impl PartialEq<AssetEntry> for AssetEntry
source§fn eq(&self, other: &AssetEntry) -> bool
fn eq(&self, other: &AssetEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AssetEntry> for AssetEntry
impl PartialOrd<AssetEntry> for AssetEntry
source§fn partial_cmp(&self, other: &AssetEntry) -> Option<Ordering>
fn partial_cmp(&self, other: &AssetEntry) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl<'a> Prefixer<'a> for &AssetEntry
impl<'a> Prefixer<'a> for &AssetEntry
source§impl<'a> PrimaryKey<'a> for &AssetEntry
impl<'a> PrimaryKey<'a> for &AssetEntry
§type Prefix = ()
type Prefix = ()
These associated types need to implement
Prefixer
, so that they can be useful arguments
for prefix()
, sub_prefix()
, and their key-deserializable variants.type SubPrefix = ()
§type Suffix = &AssetEntry
type Suffix = &AssetEntry
These associated types need to implement
KeyDeserialize
, so that they can be returned from
range_de()
and friends.type SuperSuffix = &AssetEntry
fn joined_key(&self) -> Vec<u8, Global>
fn joined_extra_key(&self, key: &[u8]) -> Vec<u8, Global>
source§impl Serialize for AssetEntry
impl Serialize for AssetEntry
source§impl TryFrom<AssetEntry> for DexAssetPairing
impl TryFrom<AssetEntry> for DexAssetPairing
source§impl TryFrom<AssetEntry> for LpToken
impl TryFrom<AssetEntry> for LpToken
Try from an asset entry that should be formatted as “dex_name/asset1,asset2”