Versions in this module Expand all Collapse all v4 v4.1.0 May 16, 2024 v4.0.0 Jun 8, 2023 Changes in this version + const B + const M + func Key(merkleRoot *chainhash.Hash) [gcs.KeySize]byte + func Regular(block *wire.MsgBlock, prevScripts PrevScripter) (*gcs.FilterV2, error) + type Entries [][]byte + func (e *Entries) AddRegularPkScript(script []byte) + func (e *Entries) AddStakePkScript(script []byte) + type PrevScriptError struct + PrevOut wire.OutPoint + TxHash chainhash.Hash + TxInIdx int + func (e PrevScriptError) Error() string + type PrevScripter interface + PrevScript func(*wire.OutPoint) (uint16, []byte, bool) Other modules containing this package github.com/decred/dcrd/gcs/v2 github.com/decred/dcrd/gcs/v3