feat: parse rpc full block from hex to binary representation

This commit is contained in:
Leonardo Lima
2022-07-27 17:12:33 -03:00
parent 46e63ca6cf
commit a9248a5f13
2 changed files with 3 additions and 2 deletions

View File

@@ -2070,7 +2070,7 @@ export const restApiDocsData = [
fragment: "get-block-raw",
title: "GET Block Raw",
description: {
default: "Returns the raw block representation in binary for Esplora backend, or hex for Bitcoin Core RPC backend."
default: "Returns the raw block representation in binary."
},
urlString: "/block/:hash/raw",
showConditions: bitcoinNetworks.concat(liquidNetworks),