Package io.goodforgod.api.etherscan.http
Interface EthResponse
public interface EthResponse
Anton Kurako (GoodforGod)
- Since:
- 07.09.2025
-
Method Summary
Modifier and TypeMethodDescription@org.jetbrains.annotations.Nullable byte[]body()headers()static EthResponseof(int statusCode, @org.jetbrains.annotations.Nullable byte[] body) static EthResponseof(int statusCode, @org.jetbrains.annotations.Nullable byte[] body, @Nullable Map<String, List<String>> headers) int
-
Method Details
-
statusCode
int statusCode() -
body
@Nullable @org.jetbrains.annotations.Nullable byte[] body() -
headers
-
of
-
of
static EthResponse of(int statusCode, @Nullable @org.jetbrains.annotations.Nullable byte[] body, @Nullable @Nullable Map<String, List<String>> headers)
-