FeeEndpoints.smali

.class public interface abstract Lcom/cmcm/safewallet/data/coinprovider/btc/bcimpl/depends/FeeEndpoints;
.super Ljava/lang/Object;
.source "FeeEndpoints.java"


# virtual methods
.method public abstract getEthFeeOptions()Lretrofit2/Call;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Lretrofit2/Call",
            "<",
            "Ljava/lang/Object;",
            ">;"
        }
    .end annotation

    .annotation runtime Lretrofit2/http/GET;
        value = "eth/fees"
    .end annotation
.end method

.method public abstract getFeeOptions()Lretrofit2/Call;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Lretrofit2/Call",
            "<",
            "Ljava/lang/Object;",
            ">;"
        }
    .end annotation

    .annotation runtime Lretrofit2/http/GET;
        value = "mempool/fees"
    .end annotation
.end method