merkleRoot property

  1. @TagNumber(2)
List<int> get merkleRoot

The merkle root of the Taproot script(s), required to compute the sighash.

Implementation

@$pb.TagNumber(2)
$core.List<$core.int> get merkleRoot => $_getN(1);
  1. @TagNumber(2)
set merkleRoot (List<int> v)

Implementation

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