menu
bitcoin_base package
documentation
bitcoin.dart
BtcTransaction
getSize method
getSize method
dark_mode
light_mode
getSize
method
int
getSize
(
)
Calculates the tx size
Implementation
int getSize() { return toBytes(segwit: hasSegwit).length; }
bitcoin_base package
documentation
bitcoin
BtcTransaction
getSize method
BtcTransaction class