navi-sdk
Version:
The NAVI SDK Client provides tools for interacting with the Sui blockchain networks, designed for handling transactions, accounts, and smart contracts efficiently. This documentation covers the setup, account management, and transaction handling within th
16 lines (15 loc) • 692 B
TypeScript
import { Transaction } from "@mysten/sui/transactions";
export declare const MAX_TICK_INDEX = 443636;
export declare const MIN_TICK_INDEX = -443636;
export declare const MAX_TICK_INDEX_X64 = "79226673515401279992447579055";
export declare const MIN_TICK_INDEX_X64 = "4295048016";
export declare function makeTurbosPTB(txb: Transaction, poolId: string, byAmountIn: boolean, coinA: any, amount_in: any, a2b: boolean, typeArguments: any, userAddress: string, contractVersionId: string): Promise<{
turbosCoinB: {
$kind: "NestedResult";
NestedResult: [number, number];
};
turbosCoinA: {
$kind: "NestedResult";
NestedResult: [number, number];
};
}>;