IfOwnedBy

Type Alias IfOwnedBy 

Source
pub type IfOwnedBy<AccountId, Inner = NoParams> = CheckState<Owner<AccountId>, Inner>;
Expand description

The operation implementation must check if the given account owns the asset and act according to the inner strategy.

Aliased Type§

pub struct IfOwnedBy<AccountId, Inner = NoParams>(pub AccountId, pub Inner);

Tuple Fields§

§0: AccountId§1: Inner