0.1.0 • Published 4 years ago
@uttacoin/upl-stake-pool v0.1.0
TypeScript bindings for stake-pool program
For use with both node.js and in-browser.
Installation
npm installBuild and run
In the js folder:
npm run compile
npm run lint
node dist/index.jsTest
npm run compile
npm testSample output:
> stake-pool-js@0.0.1 test
> ./node_modules/mocha/bin/mocha -p ./dist
schema.decode
StakePoolAccount
✓ should successfully decode StakePoolAccount account data
ValidatorListAccount
✓ should successfully decode ValidatorListAccount account data
✓ should successfully decode ValidatorListAccount with nonempty ValidatorInfo
index.ts/PrettyPrintPubkey
✓ should successfully pretty print a pubkey
4 passing (610ms)0.1.0
4 years ago