getspecialtxes - Dash
Example code for the getspecialtxes json-rpc method. Сomplete guide on how to use getspecialtxes json-rpc in GetBlock.io Web3 documentation.
Parameters
blockhash
- string
The block hash.
type
- int
Optional.
Filter special txes by type, -1 means all types (default: -1)
count
- int
Optional.
The number of transactions to return (default: 10)
skip
- int
Optional.
The number of transactions to skip (default: 0)
verbosity
- int
Optional.
0 for hashes, 1 for hex-encoded data, and 2 for JSON object (default: 0)
Request
Response
Last updated