utxos property

  1. @TagNumber(5)
List<UnspentTransaction> get utxos

Implementation

@$pb.TagNumber(5)
$core.List<UnspentTransaction> get utxos => $_getList(4);