Skip to content

Commit

Permalink
Merge pull request #5 from orochi-network/specs/data_collection
Browse files Browse the repository at this point in the history
Update data collection spec
  • Loading branch information
JoE11-y authored May 6, 2023
2 parents 592fd57 + 9d6a0e3 commit bad5da0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ The response depends on the state of the smart contract, but it will be somethin
}
```

### Events
It is possible to send up to **16 fields** in events in a single transaction, and each field can be up to **255 bits**.

**HELP:**
1) Should we agree on particular structure for `Events` to identify its purpose? It could be the command (Add, Remove, Update, etc.).
2) When `events` are to be requested from the blockchain? Should we use a cron job or subscribe on node changes (if supported).
Expand Down

0 comments on commit bad5da0

Please sign in to comment.