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

da.GetIDs

**GetIDs returns IDs of all Blobs located in DA at given height.

Deprecated: This method is deprecated and will be removed in the future. **

Auth level: read

Params:

[{"name":"height","description":"uint64","summary":"","schema":{"examples":[42],"type":["integer"]},"required":true,"deprecated":false},{"name":"ns","description":"da.Namespace","summary":"","schema":{"examples":["Ynl0ZSBhcnJheQ=="],"type":["string"]},"required":true,"deprecated":false}]

Result:

{"name":"*da.GetIDsResult","description":"*da.GetIDsResult","summary":"","schema":{"examples":[{"IDs":["Ynl0ZSBhcnJheQ=="],"Timestamp":"0001-01-01T00:00:00Z"}],"additionalProperties":false,"properties":{"IDs":{"items":{"media":{"binaryEncoding":"base64"},"type":"string"},"type":"array"},"Timestamp":{"format":"date-time","type":"string"}},"type":["object"]},"required":true,"deprecated":false}