referrerpolicy=no-referrer-when-downgrade
frame_support::traits::tokens::asset_ops

Trait InspectStrategy

Source
pub trait InspectStrategy {
    type Value;
}
Expand description

A strategy for use in the Inspect implementations.

The common inspect strategies are:

Required Associated Types§

Source

type Value

The value representing the asset’s state related to this InspectStrategy.

Implementors§

Source§

impl<AccountId> InspectStrategy for Admin<AccountId>

Source§

type Value = AccountId

Source§

impl<AccountId> InspectStrategy for Owner<AccountId>

Source§

type Value = AccountId

Source§

impl<Condition> InspectStrategy for CanCreate<Condition>

Source§

impl<Condition> InspectStrategy for CanDestroy<Condition>

Source§

impl<Flavor> InspectStrategy for CanUpdate<Flavor>

Source§

impl<Request> InspectStrategy for Bytes<Request>

Source§

impl<WitnessData> InspectStrategy for Witness<WitnessData>

Source§

type Value = WitnessData