withdrawalRequestIds()
This function is in the PendingWithdrawals.sol contract.
Function withdrawalRequest()
PendingWithdrawals.sol
This function gets the IDs of all pending withdrawal requests for a given address.
Function Arguments
Name | Type | Description |
---|---|---|
provider | address | The address for which to get pending withdrawal IDs. |
Return Variables
This function returns a list of numbers.
Variable Type | Returns |
---|---|
list of uint256 | The returned list includes the ID of each pending withdrawal. |
Last updated