Bitcoinex.Transaction (bitcoinex v0.1.4) View Source
Bitcoin on-chain transaction structure. Supports serialization of transactions.
Link to this section Summary
Functions
Decodes a transaction in a hex encoded string into binary.
Returns the TxID of the given tranasction.
Link to this section Functions
Decodes a transaction in a hex encoded string into binary.
Returns the TxID of the given tranasction.
TxID is sha256(sha256(nVersion | txins | txouts | nLockTime))