All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bloxbean.cardano.client.backend.kupo.http.MatchesApi Maven / Gradle / Ivy

package com.bloxbean.cardano.client.backend.kupo.http;

import com.bloxbean.cardano.client.backend.kupo.model.KupoUtxo;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Path;

import java.util.List;

public interface MatchesApi {

    @GET("v1/matches/{pattern}?unspent")
    Call> getUnspentMatches(@Path("pattern") String pattern);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy