Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 557 Bytes

getMaxMintForVault.md

File metadata and controls

21 lines (12 loc) · 557 Bytes

getMaxMintForVault

getMaxMintForVault(vault): Promise<bigint>

Retrieves the maximum amount of osTokens that can be minted by the user

Parameters

Name Type Description
vault Hex A vault address

Returns

Promise<bigint>

A promise that resolves to the max amount of osTokens that can be minted

See

Checking Minting Limits for more information