For the complete documentation index, see llms.txt. This page is also available as Markdown.

withdrawalRequestIds()

This function is in the PendingWithdrawals.sol contract.

Function withdrawalRequest()

PendingWithdrawals.sol
function withdrawalRequestIds(address provider) external view returns (uint256[] memory)

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