Function simfony_as_rust::jet::signature_hash_modes::input_sequences_hash
source ยท pub fn input_sequences_hash() -> u256Expand description
Return a SHA256 hash of the concatenation of the following for every input:
- The inputs sequence number in big endian format (4 bytes).
IMPORTANT, the sequence number is serialized in big endian format rather than little endian format.