UNPKG

@bbachain/spl-token-swap

Version:

JavaScript/TypeScript bindings for the Solana Program Library (SPL) Token Swap program.

17 lines 383 B
import * as beet from '@bbachain/beet'; /** * Curve types supported by the token-swap program. * * @category enums */ export declare enum CurveType { ConstantProduct = 0, ConstantPrice = 1, Stable = 2, Offset = 3 } /** * @category userTypes */ export declare const curveTypeBeet: beet.FixedSizeBeet<CurveType, CurveType>; //# sourceMappingURL=CurveType.d.ts.map