Get an array of record ownerships at the specified height
Retrieves an array of object containing minimum information needed to determine the ownership of a record at the specified block height.
Query parameters
Parameter | Type | Required | Description |
height | number | Yes | The height of the block whose record ownerships are requested. Should be a nonnegative integer |
Response
Parameter | Type | Description |
result | Array<{ nonce_x: string, nonce_y: string, owner_x: string, transition_id: string }> | Record ownerships |