package
2.0.0-alpha+incompatible
Repository: https://github.com/hyperledger-labs/fabric-block-archiving.git
Documentation: pkg.go.dev

# Functions

ComputeSHA256 returns SHA2-256 on data.
ComputeSHA3256 returns SHA3-256 on data.
ConcatenateBytes is useful for combining multiple arrays of bytes, especially for signatures or digests over multiple fields.
CreateUtcTimestamp returns a google/protobuf/Timestamp in UTC.
No description provided by the author
GenerateBytesUUID returns a UUID based on RFC 4122 returning the generated bytes.
GenerateUUID returns a UUID based on RFC 4122.
GetSysCCVersion returns the version of all system chaincodesThis needs to be revisited on policies around system chaincode"upgrades" from user and relationship with "fabric" upgrade.
GetTestChainID returns the CHAINID constant in use by orderer.
ToChaincodeArgs converts string args to []byte args.