Skip to content
Developer Preview

TurnRef

A turn named by the snapshot’s active/queued lists.

  • commandId
  • turnId
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"
}