Calculates the input size for a P2SH input including script size. Base input: prevhash (32) + prevIndex (4) + script length (varint) + script size + sequence (4)
According to Bitcoin Optech calculator (https://bitcoinops.org/en/tools/calc-size/):
Calculates the input size for a P2SH input including script size. Base input: prevhash (32) + prevIndex (4) + script length (varint) + script size + sequence (4)
According to Bitcoin Optech calculator (https://bitcoinops.org/en/tools/calc-size/):