Variable Transaction.inputs

The list of unspent outputs from previous transaction(s) that will be spent

struct Transaction
{
  // ...
  Input[] inputs ;
  // ...
}