I'v tried to create an instance of EOSTransaction, and used init(data: String, publicKeys: [String], chainID: String), i used abi_json_to_bin to get a packaged_trx and as param data. with it and signed, i push_transaction but got an error like following:
I'v tried to create an instance of EOSTransaction, and used
init(data: String, publicKeys: [String], chainID: String)
, i usedabi_json_to_bin
to get apackaged_trx
and as paramdata
. with it and signed, ipush_transaction
but got an error like following:what should i do to fix my problem