Right now the `transactionData` util decodes correctly: - address - bool - uint/int - bytes But it doesn't perform any decode on arrays, structs, strings or more complex types. We can improve decoding with those.