Skip to content
BLOBPEDIAby Unity Nodes
Documentation/rpc/JSON-RPC methodView on rpc
rpc/JSON-RPC method

da.Validate

**Validate validates Commitments against the corresponding Proofs. This should be possible without retrieving the Blobs.

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":"proofs","description":"[]da.Proof","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":"[]bool","description":"[]bool","summary":"","schema":{"examples":[[true]],"items":[{"type":["boolean"]}],"type":["array"]},"required":true,"deprecated":false}