Type Alias pallet_transfer_allowlist::pallet::ReasonOf
source · pub type ReasonOf<T> = <<T as Config>::ReserveCurrency as Inspect<<T as Config>::AccountId>>::Reason;
Expand description
Resons for holding as defined by the fungible::hold::Inspect
trait