sourceAccount method

PathsRequestBuilder sourceAccount (
  1. KeyPair account
)

Implementation

PathsRequestBuilder sourceAccount(KeyPair account) {
  _queryParameters.addAll({"source_account": account.accountId});
  return this;
}