Package Exports
- cosmos-sdk-delegation-lib
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cosmos-sdk-delegation-lib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Cosmos-SDK Delegation library
Delegation library for Cosmos-SDK coins. Initially copied from github.com/ZondaX/cosmos-delegation-js and modified to work for all Cosmos-SDK networks
TODO
- Cleanup code and make function more generic
- Improve code coverage
- Add support for other coins
Usage
Works for Iris, Terra and Cosmos. Other networks to be added
- add package to package.json
- import correct library
import IrisDelegateTool from "delegation-js";
Version history
- Version 1.2.0 Fixed for new Terra and Cosmos release
Copyright
- Copyright (c) 2019 ChainLayer
- Original copyright (c) 2019 ZondaX GmbH