We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a922e0 + 16ec42a commit 7d1cbc4Copy full SHA for 7d1cbc4
docs/source/guides/transaction.rst
@@ -142,6 +142,13 @@ Specify output amount::
142
143
Step 6
144
145
+Add additional transaction information as needed:
146
+
147
+ >>> builder.ttl = 3600
148
+ >>> builder.reference_inputs.add(tx_in)
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