ExplorerInterface.smali
.class public interface abstract Linfo/blockchain/api/interfaces/ExplorerInterface;
.super Ljava/lang/Object;
.source "ExplorerInterface.java"
# virtual methods
.method public abstract getAddress(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "addr"
.end annotation
.end param
.param p2 # Ljava/lang/Integer;
.annotation runtime Lretrofit2/http/Query;
value = "limit"
.end annotation
.end param
.param p3 # Ljava/lang/Integer;
.annotation runtime Lretrofit2/http/Query;
value = "offset"
.end annotation
.end param
.param p4 # Ljava/lang/Integer;
.annotation runtime Lretrofit2/http/Query;
value = "filter"
.end annotation
.end param
.param p5 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "format"
.end annotation
.end param
.param p6 # 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/Integer;",
"Ljava/lang/Integer;",
"Ljava/lang/Integer;",
"Ljava/lang/String;",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Linfo/blockchain/api/data/AddressFull;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "address/{addr}"
.end annotation
.end method
.method public abstract getBalance(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Field;
value = "active"
.end annotation
.end param
.param p2 # Ljava/lang/Integer;
.annotation runtime Lretrofit2/http/Field;
value = "filter"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Field;
value = "api_code"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/Integer;",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Ljava/util/HashMap",
"<",
"Ljava/lang/String;",
"Linfo/blockchain/api/data/Balance;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/FormUrlEncoded;
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "balance"
.end annotation
.end method
.method public abstract getBlockDetails(JLjava/lang/String;)Lretrofit2/Call;
.param p1 # J
.annotation runtime Lretrofit2/http/Path;
value = "block_index"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "api_code"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Linfo/blockchain/api/data/RawBlock;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "rawblock/{block_index}"
.end annotation
.end method
.method public abstract getBlockDetails(Ljava/lang/String;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "block_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/RawBlock;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "rawblock/{block_hash}"
.end annotation
.end method
.method public abstract getBlocksAtHeight(JLjava/lang/String;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # J
.annotation runtime Lretrofit2/http/Path;
value = "block-height"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "format"
.end annotation
.end param
.param p4 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "api_code"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/lang/String;",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Linfo/blockchain/api/data/RawBlocks;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "block-height/{block-height}"
.end annotation
.end method
.method public abstract getBlocksAtTime(JLjava/lang/String;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # J
.annotation runtime Lretrofit2/http/Path;
value = "time_in_milliseconds"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "format"
.end annotation
.end param
.param p4 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "api_code"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/lang/String;",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Linfo/blockchain/api/data/RawBlocks;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "blocks/{time_in_milliseconds}"
.end annotation
.end method
.method public abstract getBlocksFromPool(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "pool_name"
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "format"
.end annotation
.end param
.param p3 # 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;",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Linfo/blockchain/api/data/RawBlocks;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "blocks/{pool_name}"
.end annotation
.end method
.method public abstract getExportHistory(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "active"
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "start"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "end"
.end annotation
.end param
.param p4 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "currency"
.end annotation
.end param
.param p5 # 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;",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Ljava/util/List",
"<",
"Linfo/blockchain/api/data/ExportHistory;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "v2/export-history"
.end annotation
.end method
.method public abstract getLatestBlock(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "api_code"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Linfo/blockchain/api/data/Block;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "latestblock"
.end annotation
.end method
.method public abstract getMultiAddress(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Field;
value = "active"
.end annotation
.end param
.param p2 # Ljava/lang/Integer;
.annotation runtime Lretrofit2/http/Field;
value = "n"
.end annotation
.end param
.param p3 # Ljava/lang/Integer;
.annotation runtime Lretrofit2/http/Field;
value = "offset"
.end annotation
.end param
.param p4 # Ljava/lang/Integer;
.annotation runtime Lretrofit2/http/Field;
value = "filter"
.end annotation
.end param
.param p5 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Field;
value = "onlyShow"
.end annotation
.end param
.param p6 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Field;
value = "api_code"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/Integer;",
"Ljava/lang/Integer;",
"Ljava/lang/Integer;",
"Ljava/lang/String;",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Linfo/blockchain/api/data/MultiAddress;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/FormUrlEncoded;
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "multiaddr"
.end annotation
.end method
.method public abstract getTransaction(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "hash"
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "format"
.end annotation
.end param
.param p3 # 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;",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Linfo/blockchain/api/data/Transaction;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "tx/{hash}"
.end annotation
.end method
.method public abstract getTransactionDetails(JLjava/lang/String;)Lretrofit2/Call;
.param p1 # J
.annotation runtime Lretrofit2/http/Path;
value = "tx_index"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "api_code"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Linfo/blockchain/api/data/Transaction;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "rawtx/{tx_index}"
.end annotation
.end method
.method public abstract getTransactionDetails(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/Transaction;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "rawtx/{tx_hash}"
.end annotation
.end method
.method public abstract getUnconfirmedTransactions(Ljava/lang/String;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "format"
.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 = "unconfirmed-transactions"
.end annotation
.end method
.method public abstract getUnspent(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "active"
.end annotation
.end param
.param p2 # Ljava/lang/Integer;
.annotation runtime Lretrofit2/http/Query;
value = "confirmations"
.end annotation
.end param
.param p3 # Ljava/lang/Integer;
.annotation runtime Lretrofit2/http/Query;
value = "limit"
.end annotation
.end param
.param p4 # 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/Integer;",
"Ljava/lang/Integer;",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Linfo/blockchain/api/data/UnspentOutputs;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "unspent"
.end annotation
.end method
.method public abstract pushTx(Ljava/lang/String;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Field;
value = "tx"
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Field;
value = "api_code"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Lokhttp3/aq;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/FormUrlEncoded;
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "pushtx"
.end annotation
.end method
.method public abstract pushTxWithSecret(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Field;
value = "tx"
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Field;
value = "lock_secret"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Field;
value = "api_code"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Ljava/lang/String;",
")",
"Lretrofit2/Call",
"<",
"Lokhttp3/aq;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/FormUrlEncoded;
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "pushtx"
.end annotation
.end method