setSourceAccount method

AllowTrustOperationBuilder setSourceAccount (
  1. String sourceAccount
)

Set source account of this operation

Implementation

AllowTrustOperationBuilder setSourceAccount(String sourceAccount) {
  _mSourceAccount = MuxedAccount(sourceAccount, null);
  return this;
}