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 317d4e4 commit afa0b56Copy full SHA for afa0b56
README.rst
@@ -51,9 +51,12 @@ Example Smart Contract
51
solidity_node = HttpProvider('https://api.trongrid.io')
52
event_server = HttpProvider('https://api.trongrid.io')
53
54
- tron = Tron(full_node,
55
- solidity_node,
56
- event_server)
+ tron = Tron(full_node=full_node,
+ solidity_node=solidity_node,
+ event_server=event_server)
57
+
58
+ # or default (tron = Tron())
59
60
61
# Solidity source code
62
contract_source_code = '''
0 commit comments