You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/developers/docs/transactions/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Example response:
100
100
}
101
101
```
102
102
103
-
- the `raw` is the signed transaction in Recursive Length Prefix (RLP) encoded form
103
+
- the `raw` is the signed transaction in [Recursive Length Prefix (RLP)](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp) encoded form
104
104
- the `tx` is the signed transaction in JSON form
105
105
106
106
With the signature hash, the transaction can be cryptographically proven that it came from the sender and submitted to the network.
0 commit comments