Versions in this module Expand all Collapse all v1 v1.1.2 Sep 16, 2021 Changes in this version + type UtxoEntry struct + BlockHeight uint64 + IsCoinBase bool + Spent bool + func NewUtxoEntry(isCoinBase bool, blockHeight uint64, spent bool) *UtxoEntry + func (*UtxoEntry) Descriptor() ([]byte, []int) + func (*UtxoEntry) ProtoMessage() + func (entry *UtxoEntry) SpendOutput() + func (entry *UtxoEntry) UnspendOutput() + func (m *UtxoEntry) GetBlockHeight() uint64 + func (m *UtxoEntry) GetIsCoinBase() bool + func (m *UtxoEntry) GetSpent() bool + func (m *UtxoEntry) Reset() + func (m *UtxoEntry) String() string