UNPKG

@mimicry/kaleidoscope

Version:

Kaleidoscope is an NPM package that conveniently aggregates responses from multiple NFT data providers.

6 lines (5 loc) 190 B
import { Chain } from '../../enums'; /** * Given a chain, return the blockchain explorer's host URI. */ export declare function chainToBlockchainExplorerHost(_chain?: Chain): string;