Type Alias serai_dex_pallet::pallet::PoolId

source ·
pub type PoolId = ExternalCoin;
Expand description

Pool ID.

The pool’s AccountId is derived from this type. Any changes to the type may necessitate a migration.

Aliased Type§

enum PoolId {
    Bitcoin,
    Ether,
    Dai,
    Monero,
}

Variants§

§

Bitcoin

§

Ether

§

Dai

§

Monero