Evm_node_lib_dev.Transaction_formatval make_encoded_messages :
smart_rollup_address:string ->
string ->
(Evm_node_lib_dev_encoding.Ethereum_types.hash * string list)
Tezos_base.TzPervasives.tzresultmake_encoded_messages ~smart_rollup_address raw_tx returns the hash of the transaction, and a list of transactions to include in the inbox.
smart_rollup_address is encoded on 20 bytesraw_tx is an ethereum transaction in hex format (without the 0x prefix).All messages go through the same encoding, but will only be chunked if necessary.