Closed kylanhurt closed 3 years ago
Is it when you decode the request again? A trace would be helpful to see where it goes wrong
You can also try to use the eosio-signing-request@next
package, it uses our eosjs replacement eosio-core but the api is largely the same. We have been using that version successfully in react-native
Closing due to inactivity
Attempting to get this implemented on React Native and am getting a
Read past end of buffer
error when trying to send a transaction. I was able to successfully send transactions througheosjs
and am now trying to use that as theabiProvider
. Any help would be appreciated!