Class LogQueryBuilderImpl
java.lang.Object
io.goodforgod.api.etherscan.model.query.LogQueryBuilderImpl
- All Implemented Interfaces:
LogQuery.Builder
Builder for The Event Log API
- Since:
- 31.10.2018
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@NotNull LogQuerybuild()withBlockFrom(long startBlock) withBlockTo(long endBlock) @NotNull LogTopicSingle@NotNull LogTopicTuple@NotNull LogTopicTriple@NotNull LogTopicQuadrowithTopic(@NotNull String topic0, @NotNull String topic1, @NotNull String topic2, @NotNull String topic3)
-
Method Details
-
withBlockFrom
- Specified by:
withBlockFromin interfaceLogQuery.Builder
-
withBlockTo
- Specified by:
withBlockToin interfaceLogQuery.Builder
-
withTopic
- Specified by:
withTopicin interfaceLogQuery.Builder
-
withTopic
@NotNull public @NotNull LogTopicTuple withTopic(@NotNull @NotNull String topic0, @NotNull @NotNull String topic1) - Specified by:
withTopicin interfaceLogQuery.Builder
-
withTopic
@NotNull public @NotNull LogTopicTriple withTopic(@NotNull @NotNull String topic0, @NotNull @NotNull String topic1, @NotNull @NotNull String topic2) - Specified by:
withTopicin interfaceLogQuery.Builder
-
withTopic
@NotNull public @NotNull LogTopicQuadro withTopic(@NotNull @NotNull String topic0, @NotNull @NotNull String topic1, @NotNull @NotNull String topic2, @NotNull @NotNull String topic3) - Specified by:
withTopicin interfaceLogQuery.Builder
-
build
- Specified by:
buildin interfaceLogQuery.Builder- Throws:
EtherScanLogQueryException
-