Transaction Malformed
Last updated
Was this helpful?
Last updated
Was this helpful?
The transaction_malformed
error returns a and occurs when a client submits a malformed transaction.
There are many ways in which a transaction could be malformed, including:
You submitted an empty string.
Your base64-encoded string is invalid.
Your structure is invalid.
You have leftover bytes in your structure.