You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val client =EosApiClientFactory.newInstance("https://jungle2.cryptolions.io/").newRestClient()
val params =mapOf(
"from" to from.name,
"to" to to.name,
"quantity" to "0.1000 EOS",
"memo" to "test transaction"
)
val data = client.abiJsonToBin(from.name, "transfer", params)
last line above failed with exception:
client.exception.EosApiException: Internal Service Error: No ABI found
The text was updated successfully, but these errors were encountered:
last line above failed with exception:
client.exception.EosApiException: Internal Service Error: No ABI found
The text was updated successfully, but these errors were encountered: