-
### Problem description
Lots of tasks are dependent on each other
### Requirements
Need to create a list of heavy loading tasks to be made.
### Definition of done
Complete list of tasks to be made
…
-
### Description
The `SubscriptionHandle` is not present in the `export.d.ts` file and thus it's type can not be imported.
### Steps to reproduce
Try to import SubscriptionHandle.
````ts
impor…
-
### Description
`ContractFunctionParameters.addBytes` is throwing an
```
@hashgraph+sdk@2.11.3/node_modules/@hashgraph/sdk/src/contract/ContractFunctionParameters.js:620
value.set(p…
-
### Description
Our use-case (environmental - carbon units/offsets etc) requires the creation of large number of NFTs which represent these carbon units. Realistically we are unable to achieve object…
-
We're getting reports of the default fees not being high enough.
Compare (for example)
- https://github.com/hashgraph/hedera-sdk-js/blob/fd24d5a6b5b2b5465fd3c3315ce4961a19524f0e/src/token/Token…
-
### Description
Getting and error trying to use tokenId.toSolidityAddress()
I have the following implementation in grade using hash graph java sdk 2.10.1:
dependencies {
implementation 'co…
-
### Description
Always precheck return 'EMPTY_ALLOWANCES' when I try AccountAllowanceApproveTransaction.
![image](https://user-images.githubusercontent.com/8086332/165597434-b1f08cdb-5843-4f4a-8…
-
### Problem
- [x] Add signer example
- [x] Update the .env file to include all parameters the wallet looks for
### Solution
See above
### Alternatives
_No response_
-
### Description
Remove `LocalWallet`
Update `Wallet` to require the ID, key, and provider to be passed into the constructor
### Steps to reproduce
https://docs.ethers.io/v5/api/signer/#Wallet
###…
-
### Problem
By far the most user issues we field are from the INVALID_TRANSACTION_START error, and every single time it is because the users computer clock is wrong.
As a wallet, we do not always …