UNPKG

@openocean.finance/widget-sdk

Version:

OpenOcean Any-to-Any Cross-Chain-Swap SDK

3 lines 231 B
import type { ChainType } from '@openocean.finance/widget-types'; export declare const getNameServiceAddress: (name: string, chainType?: ChainType) => Promise<string | undefined>; //# sourceMappingURL=getNameServiceAddress.d.ts.map