hm-aftermath-ts-sdk
Version:
Aftermath TypeScript SDK
13 lines • 509 B
TypeScript
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