pub type NewRaise<T> = StorageValue<_GeneratedPrefixForStorageNewRaise<T>, Vec<Id>, ValueQuery>;
Expand description

The funds that have had additional contributions during the last block. This is used in order to determine which funds should submit new or updated bids.

Storage type is [StorageValue] with value type Vec < ParaId >.

Aliased Type§

struct NewRaise<T>(/* private fields */);