vechain-sdk-js
vechain-sdk-js copied to clipboard
The official JavaScript SDK for vechain.
With the introduction of the classes `Hex` (encoding floating points numbers, bigint and bytes and strings), `HexInt` for integers and `HexUInt` for nsigned integers, there are the super-classes needed to...
Required after #1051
### Summary Issueing transactions using `executeTransaction` or `executeMultipleClausesTransaction` does not accept options to define a custom gas calculation. Transactions of mine run frequently into `out of gas` due the inability....
Currently, TypeScript does not support direct type inference from JSON files. The issue arises because we are registering the contracts on VeChain in the folder https://github.com/vechain/b32/tree/master as JSON files. The...
### Summary In the previous SDK releases it was possible to provide a custom axios instance to HttpClient. This made it possible to use existing modules like https://axios-cache-interceptor.js.org/, to add...
Review all existing RPC Methods: - [ ] View input format - [ ] Compare with standard - [ ] improve validation
### Context Axios was originally chosen by the team to handle http requests. However, it was coming with an additional dependency, and it was causing conflicts for projects willing to...