coins property

  1. @TagNumber(5)
List<Amount> get coins

used in case you are sending native tokens along with this message Gap in field numbering is intentional

Implementation

@$pb.TagNumber(5)
$core.List<Amount> get coins => $_getList(3);