txid property

  1. @TagNumber.new(5)
List<int> get txid

The transaction ID (hash).

Implementation

@$pb.TagNumber(5)
$core.List<$core.int> get txid => $_getN(3);
  1. @TagNumber.new(5)
set txid (List<int> v)

Implementation

@$pb.TagNumber(5)
set txid($core.List<$core.int> v) {
  $_setBytes(3, v);
}