share: GetLeavesByNamespace
should allow returning only proofs without data
#1836
Labels
area:shares
Shares and samples
Overview
The goal here is to extend the functionality of GetLeavesByNamespace to allow getting proofs only. It always gets data with proofs optionally, but we should enable it to get either data or Merkle proofs or both.
Motivation
This is required for
Available
method of BlobModuleAPI, which checks whether some data blob is included in the main chain.Details
The suggested but optional way if achieve this is with functional options.
The text was updated successfully, but these errors were encountered: