Module types

Source

Structs§

OutPoint
A reference to a transaction output.
RegularTxIn
Regular bitcoin transaction input.
Transaction
Bitcoin transaction.
TxOut
Bitcoin transaction output.
Txid
Wrapper type for representing [bitcoin::Txid] in runtime, stored in reversed byte order.
Witness
The Witness is the data used to unlock bitcoin since the segwit upgrade.

Enums§

LockTime
An absolute lock time value, representing either a block height or a UNIX timestamp (seconds since epoch).
TxIn
Bitcoin transaction input.