setSourceAccount method
- KeyPair sourceAccount
Sets the source account for this operation.
Implementation
PathPaymentOperationBuilder setSourceAccount(KeyPair sourceAccount) {
_mSourceAccount =
checkNotNull(sourceAccount, "sourceAccount cannot be null");
return this;
}