Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 575 Bytes

rmm-sdk.isvalidgamma.md

File metadata and controls

26 lines (15 loc) · 575 Bytes

Home > @primitivefi/rmm-sdk > isValidGamma

isValidGamma() function

Checks gamma is within the valid smart contract range.

Signature:

export declare function isValidGamma(gamma: string): boolean;

Parameters

Parameter Type Description
gamma string 10_000 - swap fee, in basis points.

Returns:

boolean

true if within bounds of valid gammas.