branchId property

  1. @TagNumber(1)
List<int> get branchId

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);
  1. @TagNumber(1)
set branchId (List<int> v)

Implementation

@$pb.TagNumber(1)
set branchId($core.List<$core.int> v) {
  $_setBytes(0, v);
}