getblockheader
Last updated
Last updated
If verbose is false, returns a string that is serialized, hex-encoded data for blockheader ‘hash’. If verbose is true, returns an Object with information about blockheader ‘hash’.
This method will use 10
.
blockhash
- string, required
The block hash
verbose
- boolean, optional, default=true
true for a json object, false for the hex-encoded data
Name | Type | Description |
---|
hex | string | A string that is serialized, hex-encoded data for block ‘hash’ |