cell property

  1. @TagNumber.new(3)
PbList<Cell> get cell

Available unspent cell outputs.

Implementation

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