pub fn input_sequences_hash() -> u256
Expand 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.