ICurrencyApi.smali

.class public interface abstract Lcom/sandboxol/center/web/ICurrencyApi;
.super Ljava/lang/Object;
.source "ICurrencyApi.java"


# virtual methods
.method public abstract exchangeGold(I)Lrx/Observable;
    .param p1    # I
        .annotation runtime Lretrofit2/http/Query;
            value = "gdiamond"
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(I)",
            "Lrx/Observable<",
            "Lcom/sandboxol/common/base/web/HttpResponse<",
            "Ljava/lang/Object;",
            ">;>;"
        }
    .end annotation

    .annotation runtime Lretrofit2/http/PUT;
        value = "/pay/pay/api/v1/pay/gdiamond/gold/exchange"
    .end annotation
.end method

.method public abstract getGoldExchangeRate()Lrx/Observable;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Lrx/Observable<",
            "Lcom/sandboxol/common/base/web/HttpResponse<",
            "Lcom/sandboxol/center/entity/GoldExchangeRate;",
            ">;>;"
        }
    .end annotation

    .annotation runtime Lretrofit2/http/GET;
        value = "/pay/pay/api/v1/pay/gdiamond/gold/exchange/rate"
    .end annotation
.end method