to Safe Byte Array
Converts BigInteger to byte array, ensuring non-negative representation. Removes the leading zero byte (sign byte) if present.
Return
ByteArray representation suitable for EVM encoding
Converts BigInteger to byte array, ensuring non-negative representation. Removes the leading zero byte (sign byte) if present.
ByteArray representation suitable for EVM encoding