UNPKG

zerion-sdk

Version:
4 lines (3 loc) 215 B
import { FungibleImplementation } from "./types"; export declare function buildQueryString(params: Record<string, any>): string; export declare function polygonNativeAssetImplementation(): FungibleImplementation[];