UNPKG

@powrldgr/raydium-sdk-v2

Version:

An SDK for building applications on top of Raydium.

14 lines (11 loc) 395 B
import { PublicKey } from '@solana/web3.js'; import { SerumVersion } from '../serum/type.js'; declare function getSerumVersion(version: number): SerumVersion; declare function getSerumAssociatedAuthority({ programId, marketId }: { programId: PublicKey; marketId: PublicKey; }): { publicKey: PublicKey; nonce: number; }; export { getSerumAssociatedAuthority, getSerumVersion };