You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For qrc20 received transactions
if I use the command "getTransaction (hash)"
the wallet will throw a error.
if I use the commoand "getrawtransaction (hash)"
the wallet will throw "No such mempool transaction ...... use -txindex..."
If I start my wallet with the "-logevents" option and use the "getTransactionRecipt (hash)" command, I can get "gasUsed" information. (GasUsed only. There is no gasPrice, vin, or vout information.)
I want to read the fee information of the transaction, but now I can't read.
By default the wallet can only see its own transactions. The -txindex option allows the wallet to see other transactions on the blockchain. All the transactions are saved in blocks on the blockchain, not saved in the wallet.
Is your feature request related to a problem? Please describe.
For qrc20 received transactions
if I use the command "getTransaction (hash)"
if I use the commoand "getrawtransaction (hash)"
If I start my wallet with the "-logevents" option and use the "getTransactionRecipt (hash)" command, I can get "gasUsed" information. (GasUsed only. There is no gasPrice, vin, or vout information.)
I want to read the fee information of the transaction, but now I can't read.
Describe the solution you'd like
I want to read the fee information of the transaction.
-txindex
option, because I means save all transactions...Is there a way?
How can the wallet process recognize and save (transactions receiving qrc20)?
Describe alternatives you've considered
Additional context
I would like to know (details.fee) among the information below.
The text was updated successfully, but these errors were encountered: