steemit / condenser

The greatest application front-end to the Steem Blockchain.
https://steemit.com
505 stars 429 forks source link

add tron account into pdf file #3812

Closed spidemen closed 4 years ago

spidemen commented 4 years ago
  1. add tron account on pdf file

usage: need to pass extra two props : tron_address: tron account address tron_key: tron private key

ex: // <PdfDownload name={username.value} password={password.value} tron_address= {xxxx} tron_key = {xxxxx} newUser= {true} widthInches={8.5} heightInches={11.0} label="Click Download. tron+steemit" // />

// <PdfDownload tron_address= {xxxx} tron_key = {xxxxx} newUser= {false} widthInches={8.5} heightInches={11.0} label="Click Download tron only" // />