Skip to content

UNSPECIFIED_EXCEPTION No ABI found #44

Description

@tit4
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions