kmd-fetch 3.22.1
Install from the command line:
Learn more about npm packages
$ npm install @awesome-algorand/kmd-fetch@3.22.1
Install via package.json:
"@awesome-algorand/kmd-fetch": "3.22.1"
About this version
Fetch client for KMD
Generated KmdClient for Algorand based on the OpenAPI Specification. See the upstream repository for more information.
npm install @awesome-algorand/kmd-fetch --save
import {KmdClient} from '@awesome-algorand/kmd-fetch';
const client = new KmdClient({
BASE: 'https://localhost:4001',
})
See the full API Documentation for more information
Please apply this upgrade at your earliest convenience.
- AVM: Consider the current auth addr for each inner txn
This release does not contain a protocol upgrade.