Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 564 Bytes

getMaxUnstakeForUserForVault.md

File metadata and controls

21 lines (12 loc) · 564 Bytes

getMaxUnstakeForUserForVault

getMaxUnstakeForUserForVault(vault): Promise<bigint>

Retrieves the maximum amount of ETH that can be unstaked

Parameters

Name Type Description
vault Hex A vault address

Returns

Promise<bigint>

A promise that resolves to the max amount of ETH that can be unstaked

See

Determining Unstaking Limits for more information