toSubaccount property

  1. @TagNumber(4)
Subaccount toSubaccount

Implementation

@$pb.TagNumber(4)
Subaccount get toSubaccount => $_getN(3);
  1. @TagNumber(4)
void toSubaccount=(Subaccount v)

Implementation

@$pb.TagNumber(4)
set toSubaccount(Subaccount v) {
  setField(4, v);
}