branchId property
Currently, branch_id
is the only configurable Zcash specific parameter.
There can also be version_group_id
configured in the future.
Implementation
@$pb.TagNumber(1)
$core.List<$core.int> get branchId => $_getN(0);
Currently, branch_id
is the only configurable Zcash specific parameter.
There can also be version_group_id
configured in the future.
@$pb.TagNumber(1)
$core.List<$core.int> get branchId => $_getN(0);