We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b08d29 commit da0124eCopy full SHA for da0124e
tronapi/trx.py
@@ -493,12 +493,10 @@ def online_sign(self, transaction: dict):
493
})
494
495
def sign(self, transaction: Any, use_tron: bool = True):
496
- """Sign the transaction, the api has the risk of leaking the private key,
497
- please make sure to call the api in a secure environment
+ """Safe method for signing your transaction
498
499
Warnings:
500
- Do not use this in any web / user-facing applications.
501
- This will expose the private key.
+ method: online_sign() - Use only in extreme cases.
502
503
Args:
504
transaction (Any): transaction details
0 commit comments