UNPKG

goosefx-ssl-sdk-prism

Version:

SDK for interacting with GooseFX Single-sided Liquidity pools

16 lines (15 loc) 375 B
import { PublicKey } from "@solana/web3.js"; export interface SSLLayout { sighash: Uint8Array; controller: PublicKey; mint: PublicKey; decimals: number; bump: number; ptBump: number; suspended: boolean; cranker: PublicKey; weight: bigint; swappedLiabilityNative: bigint; totalShare: bigint; } export declare const SSL_LAYOUT: any;