Skip to content

UNSPECIFIED_EXCEPTION No ABI found #44

@tit4

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions