setMuxedSourceAccount method
- MuxedAccount sourceAccount
Sets the muxed source account for this operation.
Implementation
SetOptionsOperationBuilder setMuxedSourceAccount(MuxedAccount sourceAccount) {
this._sourceAccount = sourceAccount;
return this;
}