UNPKG

@sega-so/sega-sdk

Version:

An SDK for building applications on top of SEGA.

26 lines (23 loc) 823 B
import { PublicKey } from '@solana/web3.js'; import { W as ReplaceType } from '../type-B-18QLgR.js'; import 'bn.js'; import '@solana/spl-token'; import '../api/api.js'; import 'axios'; import '../solana/type.js'; import '../api/type.js'; import '../api/url.js'; import 'decimal.js'; import '../module/token.js'; import './pubKey.js'; import '../sega/token/type.js'; import './logger.js'; import '../module/currency.js'; import './owner.js'; import './txTool/lookupTable.js'; import './txTool/txType.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 };