Requests
Along with the 2 handles, there are 2 types of requests:
- Read requests, e.g.
BlockchainReadRequest
- Write requests, e.g.
BlockchainWriteRequest
Quite obviously:
- Read requests are for retrieving various data from the database
- Write requests are for writing data to the database