updated mixnet schema

This commit is contained in:
Jędrzej Stuczyński
2024-10-14 18:52:19 +01:00
parent 3320da2060
commit 01db51e492
2 changed files with 12 additions and 0 deletions
@@ -3212,6 +3212,12 @@
"title": "MigrateMsg",
"type": "object",
"properties": {
"unsafe_skip_state_updates": {
"type": [
"boolean",
"null"
]
},
"vesting_contract_address": {
"type": [
"string",
+6
View File
@@ -3,6 +3,12 @@
"title": "MigrateMsg",
"type": "object",
"properties": {
"unsafe_skip_state_updates": {
"type": [
"boolean",
"null"
]
},
"vesting_contract_address": {
"type": [
"string",