Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 608 Bytes

File metadata and controls

32 lines (21 loc) · 608 Bytes

tx-types

Transaction types and utilities for Nockchain.

Overview

This crate provides core transaction types and serialization utilities for the Nockchain blockchain, including:

  • Transaction data structures
  • Noun serialization/deserialization
  • Hashing utilities (Tip5, transaction IDs)
  • Collections (ZMap, ZSet)
  • Base58 encoding/decoding
  • Schnorr signature support

Usage

Add this to your Cargo.toml:

[dependencies]
tx-types = { git = "https://github.com/SWPSCO/tx-types" }

License

Licensed under either of

  • Apache License, Version 2.0
  • MIT license

at your option.