Closed robertkowalski closed 6 years ago
I need to add the types for encoding numbers larger an 64 bits. I'm thinking they still use the varint encoding but I'm asking about that..
eosjs@6.1.2 has been published as the latest release .. Let me know if this fixes everything for you..
thx man!
Heya,
I am trying to interact with a custom contract (
exchange)
.Using the CLI
eosc
all works well, example message:To me it seems the eosjs APIs are not supporting interactions like this yet - or I am using it wrong.
This code:
Throws with
It seems to interact with the contract (missing fields), which puzzles me. Any ideas?
When I try to send a message directly without using the contract function, I run into a cache issue:
results in:
I tested with latest stable and eosjs@prerelease (6.1.1)