UNPKG

@kiroboio/fct-core

Version:

Kirobo.io FCT Core library

8 lines 297 B
import { ethers } from "ethers"; export declare const getKIROPrice: ({ chainId, rpcUrl, provider, blockTimestamp, }: { chainId: number; rpcUrl?: string; provider?: ethers.providers.Provider; blockTimestamp?: number; }) => Promise<string>; //# sourceMappingURL=getKIROPrice.d.ts.map