Compares two byte arrays using the same logic as strcmp()
bytes1 < bytes2 --> -1; bytes1 == bytes2 --> 0; bytes1 > bytes2 --> 1
©2020 - 2024 Oraichain Foundation
Compares two byte arrays using the same logic as strcmp()