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