| Package | Description |
|---|---|
| com.github.iotexproject.grpc.api |
| Modifier and Type | Method and Description |
|---|---|
GetLogsResponse |
GetLogsResponse.Builder.build() |
GetLogsResponse |
GetLogsResponse.Builder.buildPartial() |
static GetLogsResponse |
GetLogsResponse.getDefaultInstance() |
GetLogsResponse |
GetLogsResponse.getDefaultInstanceForType() |
GetLogsResponse |
GetLogsResponse.Builder.getDefaultInstanceForType() |
GetLogsResponse |
APIServiceGrpc.APIServiceBlockingStub.getLogs(GetLogsRequest request)
get logs filtered by contract address and topics
|
static GetLogsResponse |
GetLogsResponse.parseDelimitedFrom(InputStream input) |
static GetLogsResponse |
GetLogsResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetLogsResponse |
GetLogsResponse.parseFrom(byte[] data) |
static GetLogsResponse |
GetLogsResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetLogsResponse |
GetLogsResponse.parseFrom(ByteBuffer data) |
static GetLogsResponse |
GetLogsResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetLogsResponse |
GetLogsResponse.parseFrom(com.google.protobuf.ByteString data) |
static GetLogsResponse |
GetLogsResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetLogsResponse |
GetLogsResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetLogsResponse |
GetLogsResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetLogsResponse |
GetLogsResponse.parseFrom(InputStream input) |
static GetLogsResponse |
GetLogsResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<GetLogsRequest,GetLogsResponse> |
APIServiceGrpc.getGetLogsMethod() |
com.google.common.util.concurrent.ListenableFuture<GetLogsResponse> |
APIServiceGrpc.APIServiceFutureStub.getLogs(GetLogsRequest request)
get logs filtered by contract address and topics
|
com.google.protobuf.Parser<GetLogsResponse> |
GetLogsResponse.getParserForType() |
static com.google.protobuf.Parser<GetLogsResponse> |
GetLogsResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetLogsResponse.Builder |
GetLogsResponse.Builder.mergeFrom(GetLogsResponse other) |
static GetLogsResponse.Builder |
GetLogsResponse.newBuilder(GetLogsResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
APIServiceGrpc.APIServiceImplBase.getLogs(GetLogsRequest request,
io.grpc.stub.StreamObserver<GetLogsResponse> responseObserver)
get logs filtered by contract address and topics
|
void |
APIServiceGrpc.APIServiceStub.getLogs(GetLogsRequest request,
io.grpc.stub.StreamObserver<GetLogsResponse> responseObserver)
get logs filtered by contract address and topics
|
Copyright © 2022 IoTeX Group. All rights reserved.