Type Definition pallet_marketplace::OfferOf

source ·
pub(crate) type OfferOf<T> = Offer<<T as Config>::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, <T as Config>::BlockNumber>;