numInputs property
- @TagNumber.new(8)
Total number of tx inputs in block (including coinbase)
Implementation
@$pb.TagNumber(8)
$fixnum.Int64 get numInputs => $_getI64(7);
- @TagNumber.new(8)
Implementation
@$pb.TagNumber(8)
set numInputs($fixnum.Int64 value) => $_setInt64(7, value);