Enum ss58_registry::TokenRegistry
source · [−]#[non_exhaustive]
pub enum TokenRegistry {
Show 83 variants
Aca,
Air,
Ajun,
Ares,
Astr,
Avt,
Baju,
Bnc,
Bsx,
Cess,
Cfg,
Clv,
Cru,
Ctx,
Dck,
Dhi,
Dico,
Dot,
Edg,
Efi,
Eq,
Eqd,
Fis,
Geek,
Gens,
Glmr,
Hdx,
Hko,
Intr,
Kab,
Kapex,
Kar,
Kico,
Kilt,
Kint,
Klp,
Kma,
Ksm,
Kton,
Lami,
Layr,
Lit,
Lpt0,
Manta,
Math,
Movr,
Neat,
Neer,
Net,
Nodl,
Nova,
Oak,
Otp,
Para,
Pcx,
Pdex,
Pha,
Pica,
Pkf,
Pks,
Polyx,
Pont,
Qtz,
Rey,
Ring,
Ssc,
Syn,
Tcess,
Teer,
Tnkr,
Totem,
Uart,
Uink,
Unq,
Usdv,
Way,
Xor,
Xrt,
Xx,
Zero,
Ztg,
Jdot,
Tssc,
}
Expand description
List of well-known tokens used on some network in the ecosystem.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Aca
ACA token used on Acala
Air
AIR token used on Altair
Ajun
AJUN token used on Ajuna Network
Ares
ARES token used on Ares Protocol
Astr
ASTR token used on Astar Network
Avt
AVT token used on AvN Mainnet
Baju
BAJU token used on Bajun Network
Bnc
BNC token used on Bifrost
Bsx
BSX token used on Basilisk
Cess
CESS token used on CESS
Cfg
CFG token used on Centrifuge Chain
Clv
CLV token used on Clover Finance
Cru
CRU token used on Crust Network
Ctx
CTX token used on Automata ContextFree
Dck
DCK token used on Dock Mainnet
Dhi
DHI token used on CORD Network
Dico
DICO token used on DICO
Dot
DOT token used on Polkadot Relay Chain
Edg
EDG token used on Edgeware
Efi
EFI token used on Efinity
Eq
EQ token used on Equilibrium Network
Eqd
EQD token used on Genshiro Network
Fis
FIS token used on Stafi
Geek
GEEK token used on GEEK Network
Gens
GENS token used on Genshiro Network
Glmr
GLMR token used on Moonbeam
Hdx
HDX token used on HydraDX
Hko
HKO token used on Heiko
Intr
INTR token used on Interlay
Kab
KAB token used on Kabocha
Kapex
KAPEX token used on Kapex
Kar
KAR token used on Karura
Kico
KICO token used on KICO
Kilt
KILT token used on KILT Spiritnet
Kint
KINT token used on Kintsugi
Klp
KLP token used on Kulupu
Kma
KMA token used on Calamari: Manta Canary Network
Ksm
KSM token used on Kusama Relay Chain
Kton
KTON token used on Darwinia Network
Lami
LAMI token used on Laminar
Layr
LAYR token used on Composable
Lit
LIT token used on Litentry Network, Litmus Network
Lpt0
LPT0 token used on Genshiro Network
Manta
MANTA token used on Manta network
Math
MATH token used on MathChain mainnet, MathChain testnet
Movr
MOVR token used on Moonriver
Neat
NEAT token used on Neatcoin Mainnet
Neer
NEER token used on Pioneer Network by Bit.Country
Net
NET token used on Social Network
Nodl
NODL token used on Nodle Chain
Nova
NOVA token used on Fragnova Network
Oak
OAK token used on OAK Network
Otp
OTP token used on OriginTrail Parachain
Para
PARA token used on Parallel
Pcx
PCX token used on ChainX
Pdex
PDEX token used on Polkadex Mainnet, Polkadex Parachain
Pha
PHA token used on Phala Network
Pica
PICA token used on Picasso
Pkf
PKF token used on PolkaFoundry Network
Pks
PKS token used on PolkaSmith Canary Network
Polyx
POLYX token used on Polymesh
Pont
PONT token used on Pontem Network
Qtz
QTZ token used on QUARTZ by UNIQUE
Rey
REY token used on Laminar Reynolds Canary
Ring
RING token used on Darwinia Network
Ssc
SSC token used on Subspace
Syn
SYN token used on Synesthesia
Tcess
TCESS token used on CESS Testnet
Teer
TEER token used on Integritee
Tnkr
TNKR token used on Tinker
Totem
TOTEM token used on Totem
Uart
UART token used on UniArts Network
Uink
UINK token used on UniArts Network
Unq
UNQ token used on Unique Network
Usdv
USDv token used on Valiu Liquidity Network
Way
WAY token used on CORD Network
Xor
XOR token used on SORA Network, SORA Kusama Parachain
Xrt
XRT token used on Robonomics
Xx
XX token used on xx network
Zero
ZERO token used on ZERO, ZERO Alphaville
Ztg
ZTG token used on Zeitgeist
Jdot
jDOT token used on Jupiter
Tssc
tSSC token used on Subspace testnet
Trait Implementations
sourceimpl Clone for TokenRegistry
impl Clone for TokenRegistry
sourcefn clone(&self) -> TokenRegistry
fn clone(&self) -> TokenRegistry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TokenRegistry
impl Debug for TokenRegistry
sourceimpl From<TokenRegistry> for Token
impl From<TokenRegistry> for Token
sourcefn from(x: TokenRegistry) -> Self
fn from(x: TokenRegistry) -> Self
Converts to this type from the input type.
sourceimpl Hash for TokenRegistry
impl Hash for TokenRegistry
sourceimpl Ord for TokenRegistry
impl Ord for TokenRegistry
sourceimpl PartialEq<TokenRegistry> for TokenRegistry
impl PartialEq<TokenRegistry> for TokenRegistry
sourceimpl PartialOrd<TokenRegistry> for TokenRegistry
impl PartialOrd<TokenRegistry> for TokenRegistry
sourcefn partial_cmp(&self, other: &TokenRegistry) -> Option<Ordering>
fn partial_cmp(&self, other: &TokenRegistry) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for TokenRegistry
impl Eq for TokenRegistry
impl StructuralEq for TokenRegistry
impl StructuralPartialEq for TokenRegistry
Auto Trait Implementations
impl RefUnwindSafe for TokenRegistry
impl Send for TokenRegistry
impl Sync for TokenRegistry
impl Unpin for TokenRegistry
impl UnwindSafe for TokenRegistry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more