Versions in this module Expand all Collapse all v1 v1.5.6 Oct 3, 2021 Changes in this version + type ValidationFlags []uint8 + func New(size int) ValidationFlags + func NewWithValues(size int, value peer.TxValidationCode) ValidationFlags + func (obj ValidationFlags) Flag(txIndex int) peer.TxValidationCode + func (obj ValidationFlags) IsInvalid(txIndex int) bool + func (obj ValidationFlags) IsSetTo(txIndex int, flag peer.TxValidationCode) bool + func (obj ValidationFlags) IsValid(txIndex int) bool + func (obj ValidationFlags) SetFlag(txIndex int, flag peer.TxValidationCode)