concordium-node-sdk-js
concordium-node-sdk-js copied to clipboard
Support endpoints added in node version 8
GetScheduledReleaseAccountsGetPrePreCooldownAccountsGetPreCooldownAccountsGetCooldownAccounts
node client tests (packages/sdk/test/client/clientv2.ts) should be updated with tests for these, and if time permits it would be good to add examples (examples/nodejs/client) of how to invoke each endpoint, as it also serves as documentation snippets.
Acceptance criteria
- [ ] web SDK supports the listed endpoints
- [ ] examples showing how to invoke the endpoints are added
- [ ] client tests are updated with endpoint invocations