segwit property

  1. @TagNumber(12)
bool get segwit

Implementation

@$pb.TagNumber(12)
$core.bool get segwit => $_getBF(5);
  1. @TagNumber(12)
set segwit (bool v)

Implementation

@$pb.TagNumber(12)
set segwit($core.bool v) { $_setBool(5, v); }