0xzs95
Results
1
issues of
0xzs95
I tried to create a transaction following the sdk example: ``` const hmy = new Harmony( 'https://api.fuzz.fi/', { chainType: ChainType.Harmony, chainId: ChainID.Harmony, }, ); hmy.wallet.addByPrivateKey(''); const txn = hmy.transactions.newTx({ to:...