inscribeTo property

  1. @TagNumber.new(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.new(2)
set inscribeTo (List<int> value)

Implementation

@$pb.TagNumber(2)
set inscribeTo($core.List<$core.int> value) => $_setBytes(0, value);