Trait frame_support::traits::tokens::fungibles::approvals::Inspect

source ·
pub trait Inspect<AccountId>: Inspect<AccountId> {
    // Required method
    fn allowance(
        asset: Self::AssetId,
        owner: &AccountId,
        delegate: &AccountId,
    ) -> Self::Balance;
}

Required Methods§

source

fn allowance( asset: Self::AssetId, owner: &AccountId, delegate: &AccountId, ) -> Self::Balance

Object Safety§

This trait is not object safe.

Implementors§