vechain-sdk-js
vechain-sdk-js copied to clipboard
Support for `next` revision
Thor v2.1.3 introduces support for a newly supported revision next
which is the best block
+ 1. It should be used when estimating clauses. POST /accounts/*
should now be POST /accounts/*?revision=next
.
The next
revision is only available on nodes that are running v2.1.3 and later, older nodes will not be aware of the revision next
. Error handling should be in place to work around this limitation.
Tasks:
- Add support for
next
Acceptance Criteria:
- The ability to use the
next
revision.