eos-java-rpc-wrapper
eos-java-rpc-wrapper copied to clipboard
UNSPECIFIED_EXCEPTION No ABI found
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