inputs property

  1. @TagNumber.new(3)
PbList<TxInput> get inputs

Inputs of the tx (aka. vin)

Implementation

@$pb.TagNumber(3)
$pb.PbList<TxInput> get inputs => $_getList(2);