ChangeOwnerFrom

Type Alias ChangeOwnerFrom 

Source
pub type ChangeOwnerFrom<AccountId> = CheckState<Owner<AccountId>, Owner<AccountId>>;
Expand description

The operation implementation must check if the given account owns the asset and only then perform the owner update to the one supplied to the Update::update function.

Aliased Type§

pub struct ChangeOwnerFrom<AccountId>(pub AccountId, pub Owner<AccountId>);

Tuple Fields§

§0: AccountId§1: Owner<AccountId>