indexer-fetch 2.15.4
Install from the command line:
Learn more about npm packages
$ npm install @awesome-algorand/indexer-fetch@2.15.4
Install via package.json:
"@awesome-algorand/indexer-fetch": "2.15.4"
About this version
Fetch client for Indexer
Generated IndexerClient for Algorand based on the OpenAPI Specification. See the upstream repository for more information.
npm install @awesome-algorand/indexer-fetch --save
import {IndexerClient} from '@awesome-algorand/indexer-fetch';
const client = new IndexerClient({
BASE: 'https://testnet-idx.algonode.cloud/',
})
See the full API Documentation for more information
- Support for go-algorand v3.16.0
- Better support for address encodings.
- Update submodule and avm-abi dependency. by @winder in https://github.com/algorand/indexer/pull/1509
- encoding: Better support for address encodings. by @winder in https://github.com/algorand/indexer/pull/1531
- tests: Fix tests with app and asset ID less than 1000. by @winder in https://github.com/algorand/indexer/pull/1532
Full Changelog: https://github.com/algorand/indexer/compare/2.15.3...2.15.4