Home > @primitivefi/rmm-sdk > isValidMaturity
Checks maturity
is within the valid smart contract range.
Signature:
export declare function isValidMaturity(maturity: string): boolean;
Parameter | Type | Description |
---|---|---|
maturity | string | Expiration timestamp in seconds. |
Returns:
boolean
true if within bounds of valid maturities.