[TS SDK] support fungible token transfer
method
#8628
Labels
sdk
SDK related issues
stale-exempt
Prevents issues from being automatically marked and closed as stale
transfer a fungible token is the same operation as transfer a fungible asset from primary store. With that, we want to support itin a nice dev exp.
on
[transferTokwnOwnership()](https://github.com/aptos-labs/aptos-core/blob/main/ecosystem/typescript/sdk/src/plugins/aptos_token.ts#L470)
method, add support to accept an optionalamount
field and transfer fungible token by callingFungibleAssetClass.transferFromPrimaryStore()
. nite: can use function overloading.The text was updated successfully, but these errors were encountered: