inputUtxos property

  1. @TagNumber.new(1)
List<TransactionOutputAddress> get inputUtxos

The non-empty list of UTXOs that we are using to compute the Merkle root for the alloy.

Implementation

@$pb.TagNumber(1)
$core.List<$12.TransactionOutputAddress> get inputUtxos => $_getList(0);