NanoContractPUT
hex_txstringrequired
Nano contract transaction being updated in hexadecimal
new_values object[]required
New list of bets
Array [
addressstringrequired
Destination address of the bet in base58
valueintegerrequired
Value of the bet
]
input_valueintegerrequired
New amount this wallet should stake in the nano contract
NanoContractPUT
{
"hex_tx": "string",
"new_values": [
{
"address": "string",
"value": 0
}
],
"input_value": 0
}