2019-06-13 00:30:15 +02:00
|
|
|
RPC changes
|
|
|
|
-----------
|
2019-09-14 19:48:38 +02:00
|
|
|
The `gettransaction` RPC now accepts a third (boolean) argument `verbose`. If
|
|
|
|
set to `true`, a new `decoded` field will be added to the response containing
|
|
|
|
the decoded transaction. This field is equivalent to RPC `decoderawtransaction`,
|
|
|
|
or RPC `getrawtransaction` when `verbose` is passed.
|