pyeoskit icon indicating copy to clipboard operation
pyeoskit copied to clipboard

Python Toolkit for Eos

Results 2 pyeoskit issues
Sort by recently updated
recently updated
newest added

Leap v4 added "Parallelized speculative read-only transaction execution" (See https://eosnetwork.com/blog/antelope-leap-4-released/). read-only is an option of push-transaction (See https://docs.eosnetwork.com/manuals/leap/latest/cleos/command-reference/push/push-transaction/)

i'm passing dates in this format '2023-03-10T14:44:30', but it appears to being wrongly converted in something else. The action is from my contract and it accept two field: "start" and...