input property

  1. @TagNumber(5)
TransactionCoinFrom get input

Implementation

@$pb.TagNumber(5)
TransactionCoinFrom get input => $_getN(4);
  1. @TagNumber(5)
set input (TransactionCoinFrom v)

Implementation

@$pb.TagNumber(5)
set input(TransactionCoinFrom v) {
  setField(5, v);
}