Sha256: a5233f1c5f198418a8e0bce11e21c0e1e90316050330b3f17ae6c02c6f6a5540
Contents?: true
Size: 311 Bytes
Versions: 2
Compression:
Stored size: 311 Bytes
Contents
import { TAssetDetails } from "../assets"; export declare function fetchEthAssetDetails(base: string, ethAssetId: string, options?: RequestInit): Promise<TAssetDetails>; export declare function fetchEthAssetDetails(base: string, ethAssetId: Array<string>, options?: RequestInit): Promise<Array<TAssetDetails>>;
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
waves_lib-0.1.0 | js/node_modules/@waves/node-api-js/cjs/api-node/eth/index.d.ts |
waves_lib-0.1.0 | js/node_modules/@waves/node-api-js/es/api-node/eth/index.d.ts |