UNPKG

@nemoprotocol/points-sdk

Version:

1. [Overview](#overview) 2. [Installation](#installation) 3. [Core Features](#core-features) 4. [API Reference](#api-reference) 5. [Type Definitions](#type-definitions)

5 lines 432 B
import { MoveCallInfo } from '../../types'; import { GetPriceConfig } from '../../types/price'; import { Transaction, TransactionObjectArgument } from '@mysten/sui/transactions'; export declare const getPriceVoucher: <T extends boolean = true>(tx: Transaction, config: GetPriceConfig, returnDebugInfo?: T) => T extends true ? [TransactionObjectArgument, MoveCallInfo] : TransactionObjectArgument; //# sourceMappingURL=price.d.ts.map