File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,14 @@ Updated RPCs
76
76
` gettransaction verbose=true ` and REST endpoints ` /rest/tx ` , ` /rest/getutxos ` ,
77
77
` /rest/block ` no longer return the ` addresses ` and ` reqSigs ` fields, which
78
78
were previously deprecated in 22.0. (#22650 )
79
+ - The ` getblock ` RPC command now supports verbose level 3 containing transaction inputs
80
+ ` prevout ` information. The existing ` /rest/block/ ` REST endpoint is modified to contain
81
+ this information too. Every ` vin ` field will contain an additional ` prevout ` subfield
82
+ describing the spent output. ` prevout ` contains the following keys:
83
+ - ` generated ` - true if the spent coins was a coinbase.
84
+ - ` height `
85
+ - ` value `
86
+ - ` scriptPubKey `
79
87
80
88
- ` listunspent ` now includes ` ancestorcount ` , ` ancestorsize ` , and
81
89
` ancestorfees ` for each transaction output that is still in the mempool.
You can’t perform that action at this time.
0 commit comments