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