pushOrPushFalse

pushes this data into the script if its not null. If its null, push OP_FALSE.

This commonly used in OP_RETURN data fields.


pushes this string if its not null. If its null, push OP_FALSE.

This commonly used in OP_RETURN data fields.