pub fn input_sequences_hash() -> u256
Expand description
Return the SHA256 hash of the concatenation of the following for every input:
- The input’s sequence number in big endian format (4 bytes).
IMPORTANT, the sequence number is serialized in big endian format rather than little endian format.
§Cost
142 mWU (milli weight units)