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
gettransaction: add an argument to decode the transaction
This adds a new boolean parameter 'decode' to the gettransaction call, which, if set to true, add a 'decoded' field to the result containing the decoded transaction
{"txid", RPCArg::Type::STR, RPCArg::Optional::NO, "The transaction id"},
1651
1651
{"include_watchonly", RPCArg::Type::BOOL, /* default */"true for watch-only wallets, otherwise false", "Whether to include watch-only addresses in balance calculation and details[]"},
1652
+
{"decode", RPCArg::Type::BOOL, /* default */"false", "Whether to add a field with the decoded transaction"},
0 commit comments