inputs property

  1. @TagNumber.new(1)
List<Input> get inputs

Inputs, despite being repeated, only allows one sender input. This is checked in MsgMultiSend's ValidateBasic.

Implementation

@$pb.TagNumber(1)
$core.List<$54.Input> get inputs => $_getList(0);