Add docs for getblockheader (#2811)

This commit is contained in:
benthecarman 2021-03-21 14:09:34 -05:00 committed by GitHub
parent 2287c6ced9
commit c3e952a18b

View File

@ -144,6 +144,8 @@ the `-p 9999:9999` port mapping on the docker container to adjust for this.
- `getfiltercount` - Get the number of filters
- `getfilterheadercount` - Get the number of filter headers
- `getbestblockhash` - Get the best block hash
- `getblockheader` - Returns information about block header <hash>
- `hash` - The block hash
- `decoderawtransaction` `tx` - `Decode the given raw hex transaction`
- `tx` - Transaction encoded in hex to decode