TurnRef
A turn named by the snapshot’s active/queued lists.
Fields and variants
Section titled “Fields and variants”commandIdturnId
Source
schema/msp/experimental/msp.schema.json#/types/TurnRef
{ "description": "A turn named by the snapshot's active/queued lists.", "properties": { "commandId": { "description": "The `commandId` of the submit that minted it.", "type": "string" }, "turnId": { "description": "The turn's id, pre-minted.", "type": "string" } }, "required": [ "commandId", "turnId" ], "type": "object"}