Type Definition pallet_price_oracle::pallet::NewAssets

source ·
pub type NewAssets<T: Config> = StorageValue<_GeneratedPrefixForStorageNewAssets<T>, Vec<AssetPairId>, ValueQuery>;
Expand description

Sorted array of newly registered assets. All assets are processed and removed from the storage at the end of a block. Trades start to be processed from the next block. All trades in the same block as the asset registration are ignored.