CMBLCInterface.smali

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


# virtual methods
.method public abstract getTxHistory(Ljava/lang/String;Ljava/lang/String;)Lretrofit2/Call;
    .param p1    # Ljava/lang/String;
        .annotation runtime Lretrofit2/http/Path;
            value = "tx_hash"
        .end annotation
    .end param
    .param p2    # Ljava/lang/String;
        .annotation runtime Lretrofit2/http/Query;
            value = "api_code"
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/lang/String;",
            "Ljava/lang/String;",
            ")",
            "Lretrofit2/Call",
            "<",
            "Linfo/blockchain/api/data/Transactions;",
            ">;"
        }
    .end annotation

    .annotation runtime Lretrofit2/http/GET;
        value = "rawaddr/{tx_hash}"
    .end annotation
.end method