@funkit/fun-relay
Version:
9 lines • 343 B
TypeScript
import type { RelayTokenPriceInfo } from './types';
interface GetRelayAssetPriceInfoParams {
chainId: string;
address: string;
apiKey?: string;
}
export declare function getRelayAssetPriceInfo({ chainId, address, apiKey, }: GetRelayAssetPriceInfoParams): Promise<RelayTokenPriceInfo>;
export {};
//# sourceMappingURL=price.d.ts.map