msgs property

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

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

Implementation

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