txos property

  1. @TagNumber(1)
TxoStats get txos

Implementation

@$pb.TagNumber(1)
TxoStats get txos => $_getN(0);
  1. @TagNumber(1)
set txos (TxoStats v)

Implementation

@$pb.TagNumber(1)
set txos(TxoStats v) { setField(1, v); }