UNPKG

hadeswap-sdk

Version:

HadeSwap SDK for interacting with protocol

6 lines (5 loc) 262 B
import { web3 } from '@project-serum/anchor'; import { HadoMarketRegistry } from '../../types'; export declare const getAllProgramAccounts: (programId: web3.PublicKey, connection: web3.Connection) => Promise<{ hadoMarketRegistries: HadoMarketRegistry[]; }>;