UNPKG

rubic-sdk

Version:
6 lines (5 loc) 394 B
import { PriceTokenAmount } from "../../../../../../../common/tokens"; import { TonEncodedConfig } from "../../../../../../../core/blockchain/web3-private-service/web3-private/ton-web3-private/models/ton-types"; export interface StonfiTxParamsProvider { getTxParams(from: PriceTokenAmount, to: PriceTokenAmount, walletAddress: string, minAmountOutWei: string): Promise<TonEncodedConfig>; }