Explain the UniValue "decoded" transaction object, may include extra fields if processed by wallet
Synopsis
Declared in <rpc/rawtransaction_util.h>
std::vector<RPCResult>
TxDoc(TxDocOptions const& opts = {});
Return Value
The result fields describing a decoded transaction.
Parameters
Name |
Description |
opts |
Options selecting which optional fields the description includes. |
Created with MrDocs