I’m trying to submit a transaction using dapp-core from the dapp.
I try to do the same thing as the ping-pong example, with the sendTransactions method.
But I’m getting an error stating the data field is not decodable.
If I encode to base64 the data field, I can sign the transaction and submit, but then the contract gets encoded data and does not recognize the function name.
Is there something I miss ?
Someone has experienced this issue or similar ?