Skip to content

Commit 8ece05a

Browse files
authored
Merge pull request #9528 from deepaksood619/patch-1
Add link to Recursive Length Prefix (RLP)
2 parents 1f9c548 + b65a473 commit 8ece05a

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/transactions

1 file changed

+1
-1
lines changed

src/content/developers/docs/transactions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Example response:
100100
}
101101
```
102102

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
104104
- the `tx` is the signed transaction in JSON form
105105

106106
With the signature hash, the transaction can be cryptographically proven that it came from the sender and submitted to the network.

0 commit comments

Comments
 (0)