ameliatastic / seahorse-lang

Write Anchor-compatible Solana programs in Python
Apache License 2.0
320 stars 46 forks source link

TokenAccount doesn't have mint #87

Closed anoushk1234 closed 1 year ago

anoushk1234 commented 1 year ago
Problem
Solution
ameliatastic commented 1 year ago

TokenAccount does have a .mint() method. This was added pretty recently, you might be on an old version of Seahorse.

anoushk1234 commented 1 year ago

TokenAccount does have a .mint() method. This was added pretty recently, you might be on an old version of Seahorse.

Yes after updating to 0.2.6 it is available, thanks!