eos-java-rpc-wrapper icon indicating copy to clipboard operation
eos-java-rpc-wrapper copied to clipboard

UNSPECIFIED_EXCEPTION No ABI found

Open tit4 opened this issue 6 years ago • 0 comments

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

tit4 avatar Mar 03 '19 19:03 tit4