naviprotocol / navi-sdk

NAVI SDK Project for Sui Defi Ecosystem
https://naviprotocol.io/
Apache License 2.0
9 stars 4 forks source link

fix bug: failed to call withdrawCoinWithAccountCap #4

Closed ranmian closed 3 months ago

ranmian commented 3 months ago

When calling the smart contract method incentive_v2::withdraw_with_account_cap, the returned result is of type Balance. It needs to be converted to type Coin before being transferred to the sender.