setSourceAccount method

SetTrustLineFlagsOperationBuilder setSourceAccount(
  1. String sourceAccountId
)

Sets the source account for this operation represented by sourceAccountId.

Implementation

SetTrustLineFlagsOperationBuilder setSourceAccount(String sourceAccountId) {
  _mSourceAccount = MuxedAccount.fromAccountId(sourceAccountId);
  return this;
}