setMuxedSourceAccount method

SetOptionsOperationBuilder setMuxedSourceAccount(
  1. MuxedAccount sourceAccount
)

Sets the muxed source account for this operation.

Implementation

SetOptionsOperationBuilder setMuxedSourceAccount(MuxedAccount sourceAccount) {
  _sourceAccount = sourceAccount;
  return this;
}