inputUtxos property
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);
The non-empty list of UTXOs that we are using to compute the Merkle root for the alloy.
@$pb.TagNumber(1)
$core.List<$12.TransactionOutputAddress> get inputUtxos => $_getList(0);