inscribeTo property

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

The recipient of the inscription, usually the sender.

Implementation

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

Implementation

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