Skip to content
Developer Preview

ApprovalResolutionSummary

Winning terminal returned to a losing approval/decide command.

  • decision
  • resolvedBy
  • viewCursor
Source

schema/msp/experimental/msp.schema.json#/types/ApprovalResolutionSummary

{
"description": "Winning terminal returned to a losing `approval/decide` command.",
"properties": {
"decision": {
"type": "string"
},
"resolvedBy": {
"type": "string"
},
"viewCursor": {
"type": "string"
}
},
"required": [
"decision",
"resolvedBy",
"viewCursor"
],
"type": "object"
}