vsize

open override fun vsize(): ULong(source)

Returns the "virtual size" (vsize) of this transaction.

Will be ceil(weight / 4.0). Note this implements the virtual size as per BIP141, which is different to what is implemented in Bitcoin Core.

Virtual transaction size is defined as Transaction weight / 4 (rounded up to the next integer).