Add a new notice
The dApp backend can call this method to add a new notice when processing advance-state request. A notice describes any changes to the internal state of the dApp that may be relevant to the blockchain. Between calls to the finish method, the notice method can be called at least 32k times.
The returned value is the index of the notice for the current advance request. In other words, the index counting restarts at every request.
- application/json
Request Body
- payload string
Responses
- 200
- default
Created the notice.
- application/json
- Schema
- Example (from schema)
Schema
- index uint64
{
"index": 0
}
Error response.
- text/plain
- Schema
Schema
- string
Detailed error message.
Loading...