getspecialtxes
#
Commandgetspecialtxes "blockhash" ( type count skip verbosity ) Returns an array of special transactions found in the specified block
If verbosity is 0, returns tx hash for each transaction. If verbosity is 1, returns hex-encoded data for each transaction. If verbosity is 2, returns an Object with information for each transaction.
#
Argumentsblockhash
*#
(string, required)
The block hash
type
#
(numeric, optional, default=-1)
Filter special txes by type, -1 means all types
count
#
(numeric, optional, default=10)
The number of transactions to return
skip
#
(numeric, optional, default=0)
The number of transactions to skip
verbosity
#
(numeric, optional, default=0)
0 for hashes, 1 for hex-encoded data, and 2 for json object
#
Examples#
ResultRunning following help command
Will produce following output: