UNPKG

client-aftermath-ts-sdk

Version:
14 lines 579 B
import { CallerConfig, SuiAddress } from "../types/generalTypes"; import { CoinType } from "../../packages/coin/coinTypes"; import { Caller } from "../utils/caller"; import { Transaction } from "@mysten/sui/transactions"; import { ApiDynamicGasResponse } from "./dynamicGasTypes"; export declare class DynamicGas extends Caller { constructor(config?: CallerConfig); getUseDynamicGasForTx(inputs: { tx: Transaction; walletAddress: SuiAddress; gasCoinType: CoinType; }): Promise<ApiDynamicGasResponse>; } //# sourceMappingURL=dynamicGas.d.ts.map