4302ae002c44fa1396498838e2e3b36ea7bdf3f8
parse_tx_info takes the output of tx_info OR dry_run and strips it down to a cb_ encoded binary, and then passes that cb_ encoded binary to decode_bytearray, using the Format specified. read_contract_getter combines contract_call and dry_run, but automatically identifies the owner of the contract, and uses that as the caller, and gives the caller a huge amount of gajus for the purpose of the dry run, so that the call always succeeds. This operation should be available in the node itself, rather than requiring us to do this huge back and forth for something as simple as reading the contents of the blockchain, but at least we can abstract over this in the tooling, and save the user from having to think about these steps.
Description
Languages
Erlang
100%