UNPKG

hm-aftermath-ts-sdk

Version:
13 lines 509 B
import { Transaction } from "@mysten/sui/transactions"; import { AftermathApi } from "../../../general/providers"; import { ObjectId, OracleAddresses } from "../../../types"; export declare class OracleApi { private readonly Provider; readonly addresses: OracleAddresses; constructor(Provider: AftermathApi); getPriceTx: (inputs: { tx: Transaction; priceFeedId: ObjectId; }) => import("@mysten/sui/transactions").TransactionResult; } //# sourceMappingURL=oracleApi.d.ts.map