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
Display the prevout in transaction inputs when calling getblock level 3
verbosity.
Co-authored-by: Luke Dashjr <luke_github1@dashjr.org>
Co-authored-by: 0xB10C <19157360+0xB10C@users.noreply.github.com>
"\nIf verbosity is 0, returns a string that is serialized, hex-encoded data for block 'hash'.\n"
939
940
"If verbosity is 1, returns an Object with information about block <hash>.\n"
940
-
"If verbosity is 2, returns an Object with information about block <hash> and information about each transaction.\n",
941
+
"If verbosity is 2, returns an Object with information about block <hash> and information about each transaction.\n"
942
+
"If verbosity is 3, returns an Object with information about block <hash> and information about each transaction, including prevout information for inputs (only for unpruned blocks in the current best chain).\n",
941
943
{
942
944
{"blockhash", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "The block hash"},
943
945
{"verbosity|verbose", RPCArg::Type::NUM, RPCArg::Default{1}, "0 for hex-encoded data, 1 for a json object, and 2 for json object with transaction data"},
0 commit comments