ecadlabs / taquito

A library for building dApps on the Tezos Blockchain - JavaScript / TypeScript
https://taquito.io
Apache License 2.0
298 stars 116 forks source link

transferTicket function is not implemented for Tezos.wallet #2828

Closed zamrokk closed 1 month ago

zamrokk commented 8 months ago

Description I want to use the transferTicket function for wallet transactions

image

It is only availabe for Tezos.contract object ...

image

I use taquito v19.0.2

dsawali commented 8 months ago

Hello @zamrokk, I saw your thread on the dev Slack. You are correct, the transferTicket operation is not implemented in the Wallet API. Though this was a conscious decision on our part, we are now re-evaluating and are doing some planning around adding this op (and perhaps other ops) into the Wallet API.

I'll change the label to enhancement instead of bug for clarity. Rest assured we will come back to you.

zamrokk commented 8 months ago

The function already exist. Is it a big deal just to add it the other object?

Will it be included on the next release?

dsawali commented 8 months ago

@zamrokk it requires a lot more organization with the wallet teams as opposed to just adding a member method to the existing wallet class. We don't really have a fixed ETA at the moment.

hui-an-yang commented 1 month ago

Hello @zamrokk, we have added the support of transferTicket in walletAPI in pr2996. This change will be included in next release v21, you can already use it in v21.0.0-beta.0 therefore closing this ticket