UNPKG

@funkit/fun-relay

Version:
6 lines 235 B
import type { RelayTokenPriceInfo } from './types'; export declare function getRelayAssetPriceInfo({ chainId, address, }: { chainId: string; address: string; }): Promise<RelayTokenPriceInfo>; //# sourceMappingURL=price.d.ts.map