setMuxedSourceAccount method

SetTrustLineFlagsOperationBuilder setMuxedSourceAccount(
  1. MuxedAccount sourceAccount
)

Sets the muxed source account for this operation represented by sourceAccount.

Implementation

SetTrustLineFlagsOperationBuilder setMuxedSourceAccount(
    MuxedAccount sourceAccount) {
  _mSourceAccount = sourceAccount;
  return this;
}