package
2.1.1+incompatible
Repository: https://github.com/xiaqingdoc/fabric.git
Documentation: pkg.go.dev
# Functions
ComputeHash computes the hash of the given bytes.
ComputeStringHash computes the hash of the given string.
GetSortedKeys returns the keys of the map in a sorted order.
GetValuesBySortedKeys returns the values of the map (mapPtr) in the list (listPtr) in the sorted order of key of the map This function assumes that the mapPtr is a pointer to a map and listPtr is is a pointer to a list.
NewTxValidationFlags Create new object-array of validation codes with target size.
NewTxValidationFlagsSetValue Creates new object-array of validation codes with target size and the supplied value.
# Type aliases
TxValidationFlags is array of transaction validation codes.