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

P2P RPC Queries #120

Closed mvandeberg closed 3 years ago

mvandeberg commented 3 years ago

Add required arg and ret structs to koinos types for required queries.

mvandeberg commented 3 years ago

get_head_block is handled by get_head_info apply_block is handled by block_submission get_ancestor_at_height is handled by get_blocks_by_height_req