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

da.Get

**Get returns Blob for each given ID, or an error.

Error should be returned if ID is not formatted properly, there is no Blob for given ID or any other client-level error occurred (dropped connection, timeout, etc).

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.Blob","description":"[]da.Blob","summary":"","schema":{"examples":[["Ynl0ZSBhcnJheQ=="]],"items":[{"type":["string"]}],"type":["array"]},"required":true,"deprecated":false}