Versions in this module Expand all Collapse all v0 v0.0.21 Jun 14, 2025 v0.0.18 May 9, 2025 Changes in this version + func ConstructTxoParentTrans(derived *DerivedFiles) error + func ConstructTxoSpentTxi(derived *DerivedFiles) error + type DerivedFiles struct + func NewDerivedFiles(folder string) (*DerivedFiles, error) + func (df *DerivedFiles) Close() error + func (df *DerivedFiles) GetTxoSpentTxi(txo int64) (txi int64, unspent bool, er error) + func (df *DerivedFiles) OpenReadOnly() error