pchain-types

Crates.iopchain-types
lib.rspchain-types
version0.4.3
sourcesrc
created_at2022-06-27 10:26:22.288701
updated_at2023-05-16 03:25:21.471292
descriptionData types defined in the ParallelChain Protocol
homepage
repositoryhttps://github.com/parallelchain-io/pchain-types-rust
max_upload_size
id614046
size37,697
ParallelChain Lab (parallelchainlab)

documentation

README

ParallelChain Types (Rust)

Rust implementation of the data types defined in the ParallelChain Protocol, including transactions, blocks, cryptographic primitives, and RPC requests and responses.

Read the docs at: docs.rs

Modules

  • Cryptography: cryptographic primitives like keypairs and SHA256 hashes.
  • Blockchain: types which appear in blocks like transactions and receipts, and also blocks themselves.
  • Runtime: inputs of transaction commands as structures.
  • RPC: RPC requests and responses, and the additional types included in them.
  • Serialization: traits for deterministic serialization of protocol-defined types.

Common use cases

Versioning

The version of this library reflects the version of the ParallelChain Protocol which it implements. For example, the current version is 0.4.2, and this implements protocol version 0.4. Patch version increases are not guaranteed to be non-breaking.

Opening an issue

Open an issue in GitHub if you:

  1. Have a feature request / feature idea,
  2. Have any questions (particularly software related questions),
  3. Think you may have discovered a bug.

Please try to label your issues appropriately.

Commit count: 25

cargo fmt