UNPKG

test-raydium-sdk-v2

Version:

An SDK for building applications on top of Raydium.

22 lines (19 loc) 751 B
import { PublicKey } from '@solana/web3.js'; import { bM as ReplaceType } from '../type-853b65da.js'; import 'bn.js'; import 'decimal.js'; import '../module/token.js'; import './pubKey.js'; import './logger.js'; import '../module/currency.js'; import '../marshmallow/index.js'; import '../marshmallow/buffer-layout.js'; import '@solana/spl-token'; import './txTool/txType.js'; import './owner.js'; import './txTool/lookupTable.js'; declare function sleep(ms: number): Promise<void>; declare function getTimestamp(): number; declare function notInnerObject(v: unknown): v is Record<string, any>; declare function jsonInfo2PoolKeys<T>(jsonInfo: T): ReplaceType<T, string, PublicKey>; export { getTimestamp, jsonInfo2PoolKeys, notInnerObject, sleep };