setMuxedSourceAccount method
- MuxedAccount sourceAccount
Set muxed source account of this operation.
Implementation
ChangeTrustOperationBuilder setMuxedSourceAccount(
MuxedAccount sourceAccount) {
_mSourceAccount = sourceAccount;
return this;
}