#[non_exhaustive]
#[repr(u16)]
pub enum Ss58AddressFormatRegistry {
Show 85 variants BareEd25519Account, BareSecp256K1Account, BareSr25519Account, AcalaAccount, AltairAccount, AresAccount, AventusAccount, BasiliskAccount, BifrostAccount, CalamariAccount, CentrifugeAccount, CessAccount, CessTestnetAccount, ChainxAccount, CloverAccount, ComposableAccount, ContextfreeAccount, CordAccount, CrustAccount, DarkAccount, DarwiniaAccount, DatahighwayAccount, DockMainnetAccount, DockTestnetAccount, EdgewareAccount, EfinityAccount, EquilibriumAccount, GeekAccount, GenshiroAccount, HeikoAccount, HydradxAccount, IntegriteeAccount, IntegriteeIncognitoAccount, InterlayAccount, JupiterAccount, KapexAccount, KaruraAccount, KatalchainAccount, KiltAccount, KintsugiAccount, KulupuAccount, KusamaAccount, LaminarAccount, LitentryAccount, MantaAccount, MathchainAccount, MathchainTestnetAccount, MoonbeamAccount, MoonriverAccount, NeatcoinAccount, NodleAccount, OrigintrailParachainAccount, ParallelAccount, PhalaAccount, PicassoAccount, PioneerNetworkAccount, PlasmAccount, PoliAccount, PolkadexAccount, PolkadotAccount, PolkafoundryAccount, PolkasmithAccount, PolymeshAccount, PontemNetworkAccount, QuartzMainnetAccount, Reserved46Account, Reserved47Account, ReynoldsAccount, RobonomicsAccount, ShiftAccount, SocialNetworkAccount, SoraAccount, StafiAccount, SubsocialAccount, SubspaceAccount, SubspaceTestnetAccount, SubstrateAccount, SynesthesiaAccount, TotemAccount, UniartsAccount, VlnAccount, XxnetworkAccount, ZeitgeistAccount, ZeroAccount, ZeroAlphavilleAccount,
}
Expand description

A known address (sub)format/network ID for SS58.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.

BareEd25519Account

Bare 32-bit Ed25519 public key.

BareSecp256K1Account

Bare 32-bit ECDSA SECP-256k1 public key.

BareSr25519Account

Bare 32-bit Schnorr/Ristretto (S/R 25519) public key.

AcalaAccount

AltairAccount

AresAccount

AventusAccount

AvN Mainnet - https://aventus.io

BasiliskAccount

Basilisk - https://bsx.fi

BifrostAccount

CalamariAccount

Calamari: Manta Canary Network - https://manta.network

CentrifugeAccount

Centrifuge Chain - https://centrifuge.io/

CessAccount

CessTestnetAccount

CESS Testnet - https://cess.cloud

ChainxAccount

CloverAccount

Clover Finance - https://clover.finance

ComposableAccount

ContextfreeAccount

Automata ContextFree - https://ata.network

CordAccount

CORD Network - https://cord.network/

CrustAccount

Crust Network - https://crust.network

DarkAccount

Dark Mainnet

DarwiniaAccount

Darwinia Network - https://darwinia.network/

DatahighwayAccount

DataHighway

DockMainnetAccount

Dock Mainnet - https://dock.io

DockTestnetAccount

Dock Testnet - https://dock.io

EdgewareAccount

Edgeware - https://edgewa.re

EfinityAccount

EquilibriumAccount

Equilibrium Network - https://equilibrium.io

GeekAccount

GenshiroAccount

HeikoAccount

HydradxAccount

IntegriteeAccount

IntegriteeIncognitoAccount

Integritee Incognito - https://integritee.network

InterlayAccount

JupiterAccount

KapexAccount

KaruraAccount

KatalchainAccount

Katal Chain

KiltAccount

KILT Chain - https://kilt.io/

KintsugiAccount

KulupuAccount

KusamaAccount

Kusama Relay Chain - https://kusama.network

LaminarAccount

LitentryAccount

Litentry Network - https://litentry.com/

MantaAccount

Manta network - https://manta.network

MathchainAccount

MathChain mainnet - https://mathwallet.org

MathchainTestnetAccount

MathChain testnet - https://mathwallet.org

MoonbeamAccount

MoonriverAccount

NeatcoinAccount

Neatcoin Mainnet - https://neatcoin.org

NodleAccount

Nodle Chain - https://nodle.io/

OrigintrailParachainAccount

OriginTrail Parachain - https://origintrail.io

ParallelAccount

PhalaAccount

Phala Network - https://phala.network

PicassoAccount

PioneerNetworkAccount

Pioneer Network by Bit.Country - https://bit.country

PlasmAccount

Plasm Network - https://plasmnet.io

PoliAccount

Polimec Chain - https://polimec.io/

PolkadexAccount

Polkadex Mainnet - https://polkadex.trade

PolkadotAccount

Polkadot Relay Chain - https://polkadot.network

PolkafoundryAccount

PolkaFoundry Network - https://polkafoundry.com

PolkasmithAccount

PolkaSmith Canary Network - https://polkafoundry.com

PolymeshAccount

PontemNetworkAccount

Pontem Network - https://pontem.network

QuartzMainnetAccount

QUARTZ by UNIQUE - https://unique.network

Reserved46Account

This prefix is reserved.

Reserved47Account

This prefix is reserved.

ReynoldsAccount

Laminar Reynolds Canary - http://laminar.network/

RobonomicsAccount

ShiftAccount

ShiftNrg

SocialNetworkAccount

Social Network - https://social.network

SoraAccount

SORA Network - https://sora.org

StafiAccount

SubsocialAccount

Subsocial

SubspaceAccount

SubspaceTestnetAccount

Subspace testnet - https://subspace.network

SubstrateAccount

SynesthesiaAccount

TotemAccount

UniartsAccount

UniArts Network - https://uniarts.me

VlnAccount

Valiu Liquidity Network - https://valiu.com/

XxnetworkAccount

xx network - https://xx.network

ZeitgeistAccount

ZeroAccount

ZeroAlphavilleAccount

ZERO Alphaville - https://zero.io

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can then be further downcast into Box<ConcreteType> where ConcreteType implements Trait. Read more

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be further downcast into Rc<ConcreteType> where ConcreteType implements Trait. Read more

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &Any’s vtable from &Trait’s. Read more

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &mut Any’s vtable from &mut Trait’s. Read more

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be further downcast into Arc<ConcreteType> where ConcreteType implements Trait. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Get a reference to the inner from the outer.

Get a mutable reference to the inner from the outer.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The counterpart to unchecked_from.

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