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§
struct ChangeOwnerFrom<AccountId>(pub AccountId, pub Owner<AccountId>);
Fields§
§0: AccountId
§1: Owner<AccountId>