setSourceAccount method

AllowTrustOperationBuilder setSourceAccount (
  1. String sourceAccount
)

Set source account of this operation

Implementation

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