You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes: #149
---
### SDK: Return current position
---
SDK exposes the current staker's balances with two values:
stBTC shares balance (Obtained from: stBTC.balanceOf(address))
tBTC assets balance (Obtained from: stBTC.assetsBalanceOf(address) -
depends on #221)
SDK should expose the current staker's balances.
It should expose two values:
stBTC.balanceOf(address)
)stBTC.assetsBalanceOf(address)
- depends on Estimate assets balance for account #221)The text was updated successfully, but these errors were encountered: