Versions in this module Expand all Collapse all v1 v1.2.17 Jul 9, 2024 v1.0.10 Jan 11, 2024 Changes in this version + type BitcoinNet uint32 + const MainNet + const SimNet + const TestNet + const TestNet3 + type BlockHeader struct + Bits uint32 + MerkleRoot chainhash.Hash + Nonce uint32 + PrevBlock chainhash.Hash + Timestamp time.Time + Version int32 + type MsgBlock struct + Header BlockHeader + Transactions []*MsgTx + type MsgTx struct + LockTime uint32 + TxIn []*TxIn + TxOut []*TxOut + Version int32 + type OutPoint struct + Hash chainhash.Hash + Index uint32 + type TxIn struct + PreviousOutPoint OutPoint + Sequence uint32 + SignatureScript []byte + Witness TxWitness + type TxOut struct + PkScript []byte + Value int64 + type TxWitness [][]byte