msgs property

  1. @TagNumber.new(1)
PbList<List<int>> get msgs

array of size 1, containing the transaction message, which are one of the transaction type below

Implementation

@$pb.TagNumber(1)
$pb.PbList<$core.List<$core.int>> get msgs => $_getList(0);