Ilgar
Results
1
issues of
Ilgar
`abi_json_to_bin` has been deprecated - https://eosnetwork.com/blog/leap-v3-1-release-features/#29-abi-conversion-apis-are-deprecated Hence it's not possible to use following function ``` def abi_json_to_bin(self, code: str, action: str, args: Dict) -> bytes: url = self.rpc_host + "/v1/chain/abi_json_to_bin"...