Skip to main content

Update a match value nano contract

PUT 

/wallet/nano-contract/match-value

Returns the hexadecimal of the updated nano contract

Request

Body

required

Data to update the nano contract

    hex_tx stringrequired

    Nano contract transaction being updated in hexadecimal

    new_values

    object[]

    required

    New list of bets

  • Array [

  • address stringrequired

    Destination address of the bet in base58

    value integerrequired

    Value of the bet

  • ]

  • input_value integerrequired

    New amount this wallet should stake in the nano contract

Responses

Success

Schema

    any

Loading...