setSourceAccount method
- String sourceAccount
Set source account of this operation
Implementation
ChangeTrustOperationBuilder setSourceAccount(String sourceAccount) {
_mSourceAccount =
checkNotNull(sourceAccount, "sourceAccount cannot be null");
return this;
}