Interface LogQuery.Builder
- Enclosing interface:
- LogQuery
public static interface LogQuery.Builder
-
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
-
withBlockTo
-
withTopic
-
withTopic
@NotNull @NotNull LogTopicTuple withTopic(@NotNull @NotNull String topic0, @NotNull @NotNull String topic1) -
withTopic
@NotNull @NotNull LogTopicTriple withTopic(@NotNull @NotNull String topic0, @NotNull @NotNull String topic1, @NotNull @NotNull String topic2) -
withTopic
@NotNull @NotNull LogTopicQuadro withTopic(@NotNull @NotNull String topic0, @NotNull @NotNull String topic1, @NotNull @NotNull String topic2, @NotNull @NotNull String topic3) -
build
-