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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ParallelChain Types (Rust)
2
2
3
-
Rust implementations of the data types defined in the [ParallelChain Protocol](https://github.com/parallelchain-io/parallelchain-protocol), including transactions, blocks, cryptographic primitives, and RPC requests and responses.
3
+
Rust implementation of the data types defined in the [ParallelChain Protocol](https://github.com/parallelchain-io/parallelchain-protocol), including transactions, blocks, cryptographic primitives, and RPC requests and responses.
4
4
5
5
Read the docs at: [docs.rs](https://docs.rs/pchain-types/0.4.2/pchain_types/)
6
6
@@ -14,9 +14,9 @@ Read the docs at: [docs.rs](https://docs.rs/pchain-types/0.4.2/pchain_types/)
14
14
15
15
## Common use cases
16
16
17
-
- Generating a keypair.
18
-
- Creating and signing a transaction.
19
-
- Creating RPC requests, and interpreting responses.
17
+
- Generating a keypair: (https://docs.rs/pchain-types/0.4.2/pchain_types/cryptography/index.html#generating-a-keypair)
18
+
- Creating and signing a transaction: (https://docs.rs/pchain-types/0.4.2/pchain-types/blockchain/struct.Transaction.html#creating-a-transaction).
0 commit comments