setMuxedSourceAccount method Null safety
- MuxedAccount sourceAccount
Sets the muxed source account for this operation represented by sourceAccountId
.
Implementation
LiquidityPoolWithdrawOperationBuilder setMuxedSourceAccount(
MuxedAccount sourceAccount) {
_mSourceAccount = sourceAccount;
return this;
}