Versions in this module Expand all Collapse all v1 v1.4.10 Dec 9, 2020 Changes in this version + func ComputeHash(input []byte) []byte + func ComputeStringHash(input string) []byte + func DecodeReverseOrderVarUint64(bytes []byte) (uint64, int) + func EncodeReverseOrderVarUint64(number uint64) []byte + func GetSortedKeys(m interface{}) []string + func GetValuesBySortedKeys(mapPtr interface{}, listPtr interface{}) + type TxValidationFlags []uint8 + func NewTxValidationFlags(size int) TxValidationFlags + func NewTxValidationFlagsSetValue(size int, value peer.TxValidationCode) TxValidationFlags + func (obj TxValidationFlags) Flag(txIndex int) peer.TxValidationCode + func (obj TxValidationFlags) IsInvalid(txIndex int) bool + func (obj TxValidationFlags) IsSetTo(txIndex int, flag peer.TxValidationCode) bool + func (obj TxValidationFlags) IsValid(txIndex int) bool + func (obj TxValidationFlags) SetFlag(txIndex int, flag peer.TxValidationCode)