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
Update contract kit with the methods to retrieve pending withdrawals for an account.
i.e function getPendingWithdrawal(address account, uint256 index) external view returns (uint256, uint256)
Current Behavior
Currently contract kit does not have any method to retrieve pending withdrawals for an account.
The text was updated successfully, but these errors were encountered:
montera82
changed the title
Update contract kit with the methods to retrieve pending withdrawals for an account
Update contract kit with the methods to retrievean pending withdrawal for an account
Jan 18, 2023
Expected Behavior
Update contract kit with the methods to retrieve pending withdrawals for an account.
i.e
function getPendingWithdrawal(address account, uint256 index) external view returns (uint256, uint256)
Current Behavior
Currently contract kit does not have any method to retrieve pending withdrawals for an account.
The text was updated successfully, but these errors were encountered: