pub type IntakeRecordFor<T, I> = IntakeRecord<<T as Config>::AccountId, BalanceOf<T, I>>;Aliased Type§
struct IntakeRecordFor<T, I> {
pub who: <T as Config>::AccountId,
pub bid: <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance,
pub round: u32,
}Fields§
§who: <T as Config>::AccountId§bid: <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance§round: u32