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

share.GetRow

**GetRow retrieves all shares from a specific row in the Extended Data Square (EDS) at the given height. Returns the complete row of shares or an error if retrieval fails. **

Auth level: read

Params:

[{"name":"height","description":"uint64","summary":"","schema":{"examples":[42],"type":["integer"]},"required":true,"deprecated":false},{"name":"rowIdx","description":"int","summary":"","schema":{"examples":[42],"type":["integer"]},"required":true,"deprecated":false}]

Result:

{"name":"shwap.Row","description":"shwap.Row","summary":"","schema":{"examples":[{"shares":null,"side":"LEFT"}],"additionalProperties":false,"type":["object"]},"required":true,"deprecated":false}