cc_transaction-0.9.0 has been yanked.
Centichain Transaction Library
A Rust library for handling cryptocurrency transactions on the Centichain network. This library provides comprehensive functionality for creating, signing, and sending transactions, managing UTXOs (Unspent Transaction Outputs), and handling wallet operations.
Features
- Transaction creation and management
- UTXO (Unspent Transaction Output) handling
- Transaction signing with ED25519 keys
- Merkle tree operations for transaction hashing
- Support for both single and multi-signature transactions
- Automatic fee calculation
- Secure hash generation using SHA256
Usage
Creating and Sending a Transaction
use Transaction;
async
Installation
Add this to your Cargo.toml:
[]
= "0.9.0"