Set Requires Notarization
API-v1set_requires_notarization
The set_requires_notarization
method indicates whether Komodo DeFi Framework API must wait for a dPoW notarization of the given atomic swap transactions.
This setting is not persistent. The value must be reset in the coins file on restart.
Parameter | Type | Required | Description |
---|---|---|---|
coin | string | ✓ | The ticker of the selected coin |
requires_notarization | bool | ✓ | Whether the node should wait for dPoW notarization of atomic swap transactions |
Parameter | Type | Description |
---|---|---|
coin | string | The coin selected in the request |
requires_notarization | bool | Whether the node must wait for a dPoW notarization of the atomic swap transactions |
set_requires_notarization
POST
set_requires_notarization{
"userpass": "RPC_UserP@SSW0RD",
"method": "set_requires_notarization",
"coin": "DOC",
"requires_notarization": true
}