Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConstructTxoParentTrans ¶
func ConstructTxoParentTrans(derived *DerivedFiles) error
func ConstructTxoSpentTxi ¶
func ConstructTxoSpentTxi(derived *DerivedFiles) error
Types ¶
type DerivedFiles ¶
type DerivedFiles struct {
// contains filtered or unexported fields
}
func NewDerivedFiles ¶
func NewDerivedFiles(folder string) (*DerivedFiles, error)
func (*DerivedFiles) Close ¶
func (df *DerivedFiles) Close() error
func (*DerivedFiles) GetTxoSpentTxi ¶
func (df *DerivedFiles) GetTxoSpentTxi(txo int64) (txi int64, unspent bool, er error)
func (*DerivedFiles) OpenReadOnly ¶
func (df *DerivedFiles) OpenReadOnly() error
Click to show internal directories.
Click to hide internal directories.