EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.27k stars 3.6k forks source link

Packing and Signing a transaction #5929

Closed srmcatee1110 closed 6 years ago

srmcatee1110 commented 6 years ago

Is there any examples on packing a transaction? I'm attempting to sign a transaction and I know it passes the data parameter as part of the call. Not sure how the data parameter is populated or "packed".

Thanks,>

jgiszczak commented 6 years ago

This question is perhaps better asked at Stack Exchange, especially if you want a diversity of languages. I believe eosjs and eosjs2 both do their own transaction packing if you'd like Javascript samples.