UNPKG

goosefx-ssl-sdk

Version:

SDK for interacting with GooseFX Single-sided Liquidity pools

11 lines (10 loc) 312 B
import * as lo from '@solana/buffer-layout'; import { PublicKey } from "@solana/web3.js"; export interface LiquidityAccount { sighash: Uint8Array; mint: PublicKey; bump: number; share: BigInt; ptMinted: BigInt; } export declare const LIQUIDITY_ACCOUNT_LAYOUT: lo.Structure<LiquidityAccount>;