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 5a922e0 commit b5020e8Copy full SHA for b5020e8
docs/source/guides/transaction.rst
@@ -142,6 +142,13 @@ Specify output amount::
142
143
Step 6
144
145
+Add additional Plutus transaction properties as needed:
146
+
147
+ >>> builder.ttl = 3600
148
+ >>> builder.reference_inputs = [{"option1": "my_input1", "option2" : "my_input2"}]
149
150
+Step 7
151
152
Create a signed transaction using transaction builder. Unlike building a raw transaction, where we need to manually
153
sign a transaction and build a transaction witness set, transaction builder can build and sign a transaction directly
154
with its `build_and_sign` method. The code below tells the builder to build a transaction and sign the transaction
0 commit comments