koinos / koinos-types

The Rosetta Stone of the Koinos ecosystem. Allows for the interpretation of Koinos data structures in a multitude of languages. Useful in the development of microservices, clients, and smart contracts.
MIT License
12 stars 3 forks source link

Add Read Contract API Types #183

Closed mvandeberg closed 3 years ago

mvandeberg commented 3 years ago

Add a chain_rpc type called read_contract_request/read_contract_response that should mirror contract_call_operation without the extensions. read_contract_response should have an additional field logs that contains the console_log output from the contract execution