UNPKG

@fireblocks/fireblocks-web3-provider

Version:
5 lines 316 B
import { ChainId, Asset } from "./types"; export declare function getAssetByChain(chain: ChainId): Asset; export declare function promiseToFunction(func: () => Promise<any>): () => Promise<void>; export declare function normalizeAddress(address: string, assetId?: string): string; //# sourceMappingURL=utils.d.ts.map