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
"\nIf verbosity is 0, returns a string that is serialized, hex-encoded data for block 'hash'.\n"
933
939
"If verbosity is 1, returns an Object with information about block <hash>.\n"
934
-
"If verbosity is 2, returns an Object with information about block <hash> and information about each transaction.\n",
940
+
"If verbosity is 2, returns an Object with information about block <hash> and information about each transaction.\n",
935
941
{
936
942
{"blockhash", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "The block hash"},
937
943
{"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