UNPKG

hadeswap-sdk

Version:

HadeSwap SDK for interacting with protocol

4 lines (3 loc) 276 B
import { web3 } from '@project-serum/anchor'; import { HadoMarketRegistry } from '../../types'; export declare const getHadoMarketRegistryByHadoMarket: (hadoMarket: web3.PublicKey, programId: web3.PublicKey, connection: web3.Connection) => Promise<HadoMarketRegistry | null>;