Versions in this module Expand all Collapse all v0 v0.24.2 Nov 3, 2024 Changes in this version + var LowFee = btcutil.Amount(1) + var OpTrueScript = []byte + func CreateCoinbaseTx(blockHeight int32, blockSubsidy int64) *wire.MsgTx + func CreateSpendTx(spend *SpendableOut, fee btcutil.Amount) *wire.MsgTx + func OpReturnScript(data []byte) ([]byte, error) + func SolveBlock(header *wire.BlockHeader) bool + func StandardCoinbaseScript(blockHeight int32, extraNonce uint64) ([]byte, error) + func UniqueOpReturnScript() ([]byte, error) + type SpendableOut struct + Amount btcutil.Amount + PrevOut wire.OutPoint + func MakeSpendableOut(block *wire.MsgBlock, txIndex, txOutIndex uint32) SpendableOut + func MakeSpendableOutForTx(tx *wire.MsgTx, txOutIndex uint32) SpendableOut