rpc/JSON-RPC method
blobstream.GetDataRootTupleRoot
**GetDataRootTupleRoot collects the data roots over a provided ordered range of blocks, and then creates a new Merkle root of those data roots. The range is end exclusive. It's in the header module because it only needs access to the headers to generate the proof. **
Auth level: read
Params:
[{"name":"start","description":"uint64","summary":"","schema":{"examples":[42],"type":["integer"]},"required":true,"deprecated":false},{"name":"end","description":"uint64","summary":"","schema":{"examples":[42],"type":["integer"]},"required":true,"deprecated":false}]
Result:
{"name":"DataRootTupleRoot","description":"DataRootTupleRoot","summary":"","schema":{"examples":["453D0BC3CB88A2ED6F2E06021383B22C72D25D7741AE51B4CAE1AD34D72A3F07"],"type":["string"]},"required":true,"deprecated":false}