Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"amount": {
"type": "integer",
"minimum": 0,
"description": "The amount that was burned",
"description": "The amount that was minted",
"position": 2
},
"note": {
Expand Down Expand Up @@ -414,15 +414,17 @@
"minItems": 32,
"maxItems": 32,
"description": "The token ID",
"position": 0
"position": 0,
"contentMediaType": "application/x.dash.dpp.identifier"
},
"frozenIdentityId": {
"type": "array",
"byteArray": true,
"minItems": 32,
"maxItems": 32,
"description": "The identity Id of the frozen token account",
"position": 1
"position": 1,
"contentMediaType": "application/x.dash.dpp.identifier"
}
},
"required": [
Expand Down Expand Up @@ -668,8 +670,11 @@
},
"action": {
"type": "integer",
"minimum": 0,
"description": "The action we are performing",
"enum": [
0,
1
],
"description": "The action we are performing. 0 - Pause, 1 - Resume",
"position": 1
}
},
Expand Down Expand Up @@ -752,4 +757,4 @@
],
"additionalProperties": false
}
}
}