zip0317 property
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);
Implementation
@$pb.TagNumber(3)
set zip0317($core.bool v) {
$_setBool(2, v);
}