UNPKG

goosefx-ssl-sdk-prism

Version:

SDK for interacting with GooseFX Single-sided Liquidity pools

12 lines (11 loc) 760 B
import { Layout } from '@solana/buffer-layout'; export declare const bigInt: (length: number) => (property?: string) => Layout<bigint>; export declare const bigIntBE: (length: number) => (property?: string) => Layout<bigint>; export declare const u64: (property?: string) => Layout<bigint>; export declare const u64be: (property?: string) => Layout<bigint>; export declare const u128: (property?: string) => Layout<bigint>; export declare const u128be: (property?: string) => Layout<bigint>; export declare const u192: (property?: string) => Layout<bigint>; export declare const u192be: (property?: string) => Layout<bigint>; export declare const u256: (property?: string) => Layout<bigint>; export declare const u256be: (property?: string) => Layout<bigint>;