rpc/JSON-RPC method
da.GetProofs
**GetProofs returns inclusion Proofs for Blobs specified by their IDs.
Deprecated: This method is deprecated and will be removed in the future. **
Auth level: read
Params:
[{"name":"ids","description":"[]da.ID","summary":"","schema":{"examples":[["Ynl0ZSBhcnJheQ=="]],"items":[{"type":["string"]}],"type":["array"]},"required":true,"deprecated":false},{"name":"ns","description":"da.Namespace","summary":"","schema":{"examples":["Ynl0ZSBhcnJheQ=="],"type":["string"]},"required":true,"deprecated":false}]
Result:
{"name":"[]da.Proof","description":"[]da.Proof","summary":"","schema":{"examples":[["Ynl0ZSBhcnJheQ=="]],"items":[{"type":["string"]}],"type":["array"]},"required":true,"deprecated":false}