forSponsor method
Returns all claimable balances for the account id of the sponsor who is paying the reserves for this claimable balances. See: Stellar developer docs
Implementation
ClaimableBalancesRequestBuilder forSponsor(String signerAccountId) {
queryParameters.addAll({SPONSOR_PARAMETER_NAME: signerAccountId});
return this;
}