Files
nym/contracts/mixnet/schema/migrate_msg.json
T

14 lines
224 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MigrateMsg",
"type": "object",
"properties": {
"vesting_contract_address": {
"type": [
"string",
"null"
]
}
}
}