Versions in this module Expand all Collapse all v1 v1.0.0 May 26, 2022 Changes in this version + const CoinbaseUTXOType + const NormalUTXOType + const VoteUTXOType + type UtxoEntry struct + BlockHeight uint64 + Spent bool + Type uint32 + func NewUtxoEntry(utxoType uint32, 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) GetSpent() bool + func (m *UtxoEntry) GetType() uint32 + func (m *UtxoEntry) Reset() + func (m *UtxoEntry) String() string