We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8352e09 + a2c4f72 commit 1cb56d1Copy full SHA for 1cb56d1
decoding/transaction-signing.mdx
@@ -98,16 +98,22 @@ Below is the complete transaction data. You can refer back to this whenever you
98
99
## Steps We'll Follow
100
101
-1. Create Basic Transaction Structure
+0. Create Base Transaction
102
103
-2. Prepare BIP143 Signing Data
+1. Adding Inputs
104
105
-3. Create Preimage
+2. Adding Outputs
106
107
-4. Generate Signature
+3. Generate ScriptCode
108
109
-5. Build Witness Data
+4. Calculate Transaction Digest
110
111
-6. Assemble Final Transaction
+5. Calculate Preimage and Sighash
112
+
113
+6. Generate and Encode the Signature
114
115
+7. Add Witness Field
116
117
+8. Assemble Final Transaction
118
119
Each step will be explained in detail in the following sections, with code examples and tests using this exact transaction data.
0 commit comments