Expand description
A library for handling cryptocurrency transactions on the Centichain network.
This module provides functionality for creating, signing and sending transactions, managing UTXOs (Unspent Transaction Outputs), and handling wallet operations.
Structs§
- Hash
Maker - Utility struct for generating SHA256 hashes
- Sign
- Represents a digital signature along with the signer’s public key Used to verify the authenticity of transactions
- Transaction
- Represents a transaction in the Centichain network The transaction hash is derived from its data fields
- TrxData
- Contains the core data fields of a transaction
- TxRes
- Response structure for transaction submission