Varsha Khandre
Varsha Khandre
I have a setup of multi-node of 4 peers blockchain. Blockchain is running, few days before I deployed the smart contract and using it to save data on the blockchain....
I am using **Window's subsystem Ubuntu 18.04**, when I call `make`, it gives an error ``` randombytes.c:77:10: warning: implicit declaration of function ‘syscall’; did you mean ‘sysconf’? [-Wimplicit-function-declaration] ret =...
In el-table, there is an event `@row-contextmenu="rowContextMenu"` which is implemented for right-click event. This works on Android and Windows touchscreen devices but not on iPhones. So, I am trying to...
I have an iPhone 13 and tried this library, which works on the Safari browser but not on the Chrome browser.
for my Vuejs project, I update the NodeJS version to v20.11.1 and the NPM version to 10.6.0. In package.json did change, `"image-webpack-loader": "^8.1.0",` and trying running `npm install` (before this...
How to get the total count of Actions. I am doing this, ``` var r = getEos(); var resultaction = await r.GetActions("groupaccount", 0, 1000); ``` Instead of 1000, I want...
I wrote web API to get all records of table using: ``` var result = await eos.GetTableRows(new GetTableRowsRequest() { json = true, code = "eosio.token", scope = "EOS", table =...
I am writing a web API to get data from a multi-index table by passing its **key** which is the **primary key**? Is there any method available?
I want the transaction details eg. `trxid` when some smart contract action is called from eoslime. I tried: ``` it("Should add document", async () => { await contract.upsertdoc.getRawTransaction("doc2", "docfile", "docdescription",...