tokenAmount property

  1. @TagNumber.new(4)
PbList<TokenAmount> get tokenAmount

optional token amounts in the UTXO

Implementation

@$pb.TagNumber(4)
$pb.PbList<TokenAmount> get tokenAmount => $_getList(3);