branchId property

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

Consensus branch ID for the epoch of the block containing the transaction.

Implementation

@$pb.TagNumber(8)
$core.List<$core.int> get branchId => $_getN(7);
  1. @TagNumber(8)
set branchId (List<int> v)

Implementation

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