2021-06-04 12:08:47 +02:00
|
|
|
{
|
|
|
|
"description": "Update credential of this data set. Updating metadata will create an on-chain transaction you have to approve in your wallet.",
|
|
|
|
"form": {
|
|
|
|
"success": "🎉 Successfully updated. 🎉",
|
|
|
|
"successAction": "Close",
|
|
|
|
"error": "Updating DDO failed.",
|
|
|
|
"data": [
|
|
|
|
{
|
|
|
|
"name": "allow",
|
2021-06-09 08:12:52 +02:00
|
|
|
"label": "Allow Credential",
|
2021-06-04 12:08:47 +02:00
|
|
|
"placeholder": "e.g. 0x12345678901234567890abcd",
|
|
|
|
"help": "Enter wallet address and click ADD button to append the list",
|
|
|
|
"type": "credential"
|
2021-06-09 08:12:52 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "deny",
|
|
|
|
"label": "Deny Credential",
|
|
|
|
"placeholder": "e.g. 0x12345678901234567890abcd",
|
|
|
|
"help": "Enter wallet address and click ADD button to append the list",
|
|
|
|
"type": "credential"
|
|
|
|
},
|
|
|
|
{
|
2021-06-09 10:37:22 +02:00
|
|
|
"name": "isOrderDisabled",
|
2021-06-09 08:12:52 +02:00
|
|
|
"label": "Disable Consumption",
|
|
|
|
"help": "Disable dataset being consume when dataset undergoing maintenance.",
|
|
|
|
"type": "checkbox",
|
|
|
|
"options": ["Disable"]
|
2021-06-04 12:08:47 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|