Trait gamepower_traits::wallet::OnTransferHandler [−][src]
An asset transfer handler
Required methods
fn transfer(
from: &AccountId,
to: &AccountId,
asset: (ClassId, TokenId)
) -> DispatchResult
[src]
from: &AccountId,
to: &AccountId,
asset: (ClassId, TokenId)
) -> DispatchResult
Transfer the given token ID from one account to another.