Sha256: 3bb4c0651e27edeeb08e9e476c084b69bfc7ea9a62ce8f2d05ace01e49169c1b
Contents?: true
Size: 471 Bytes
Versions: 1
Compression:
Stored size: 471 Bytes
Contents
import wavesAddress2eth from "./tools/adresses/wavesAddress2eth"; import ethAddress2waves from "./tools/adresses/ethAddress2waves"; import wavesAsset2Eth from "./tools/assets/wavesAsset2eth"; import ethTxId2waves from "./tools/transactions/ethTxId2waves"; import { create as createFn } from './create'; export { wavesAddress2eth, ethAddress2waves, wavesAsset2Eth, ethTxId2waves }; export const create = createFn; export default createFn; //# sourceMappingURL=index.js.map
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
waves_lib-0.1.0 | js/node_modules/@waves/node-api-js/es/index.js |