UNPKG

goosefx-ssl-sdk-prism

Version:

SDK for interacting with GooseFX Single-sided Liquidity pools

10 lines (9 loc) 252 B
import { PublicKey } from "@solana/web3.js"; export interface StakingAccountLayout { sighash: Uint8Array; controller: PublicKey; bump: number; share: bigint; amountStaked: bigint; } export declare const STAKING_ACCOUNT_LAYOUT: any;