zip0317 property

  1. @TagNumber(3)
bool get zip0317

Whether to calculate the fee according to ZIP-0317 for the given transaction https://zips.z.cash/zip-0317#fee-calculation

Implementation

@$pb.TagNumber(3)
$core.bool get zip0317 => $_getBF(2);
  1. @TagNumber(3)
set zip0317 (bool v)

Implementation

@$pb.TagNumber(3)
set zip0317($core.bool v) {
  $_setBool(2, v);
}