setMuxedSourceAccount method

AllowTrustOperationBuilder setMuxedSourceAccount (
  1. MuxedAccount sourceAccount
)

Implementation

AllowTrustOperationBuilder setMuxedSourceAccount(MuxedAccount sourceAccount) {
  _mSourceAccount = sourceAccount;
  return this;
}