withdrawalRequestCount()
This function is in the PendingWithdrawals.sol contract.
Last updated
This function is in the PendingWithdrawals.sol contract.
function withdrawalRequestCount(address provider) external view returns (uint256)This function gets the number of pending withdrawals for agiven address.
provider
address
The address for which to get the number of pending withdrawals.
This function returns the number of pending withdrawals.
uint256
The returned amount is the number of pending withdrawals for the given address.
Last updated
