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