Type Alias serai_dex_pallet::pallet::SecurityOracleValue

source ·
pub type SecurityOracleValue<T: Config> = StorageMap<_GeneratedPrefixForStorageSecurityOracleValue<T>, Identity, ExternalCoin, Amount, OptionQuery>;
Expand description

The price used for evaluating economic security, which is the highest observed median price.

Storage type is StorageMap with key type ExternalCoin and value type Amount.

Aliased Type§

struct SecurityOracleValue<T: Config>(/* private fields */);