UNPKG

goosefx-ssl-sdk-prism

Version:

SDK for interacting with GooseFX Single-sided Liquidity pools

11 lines (10 loc) 275 B
import { PublicKey } from "@solana/web3.js"; export interface LiquidityAccountLayout { sighash: Uint8Array; mint: PublicKey; bump: number; share: bigint; ptMinted: bigint; amountDeposited: bigint; } export declare const LIQUIDITY_ACCOUNT_LAYOUT: any;