toSubaccount property

  1. @TagNumber(5)
Subaccount toSubaccount

Implementation

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

Implementation

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