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