txResponse property

  1. @TagNumber(2)
TxResponse get txResponse

Implementation

@$pb.TagNumber(2)
$8.TxResponse get txResponse => $_getN(1);
  1. @TagNumber(2)
set txResponse (TxResponse v)

Implementation

@$pb.TagNumber(2)
set txResponse($8.TxResponse v) { setField(2, v); }