Error code 18 must contain at least one message: invalid request using CosmJS #67
Unanswered
deployRama
asked this question in
Clients (JS)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone.
I'm trying to learn different ways to send transactions. I use CosmJS.
Using the singAndBroadcast function of the client created with SigningStargatClient everything flows very well.
The problem arises when I try to make a transaction using first the sign function and then broadcastTx. It returns error 18 and tells me that the transaction must have at least one message, it actually has a message, I would not be understanding why it gives me that error.
Beta Was this translation helpful? Give feedback.
All reactions