Trait frame_support::traits::tokens::fungibles::approvals::Inspect [−][src]
pub trait Inspect<AccountId>: Inspect<AccountId> {
fn allowance(
asset: Self::AssetId,
owner: &AccountId,
delegate: &AccountId
) -> Self::Balance;
}