public abstract static class WalletExtensionGrpc.WalletExtensionImplBase extends Object implements io.grpc.BindableService
| Constructor and Description |
|---|
WalletExtensionImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
getTransactionsFromThis(GrpcAPI.AccountPaginated request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionList> responseObserver)
Please use GetTransactionsFromThis2 instead of this function.
|
void |
getTransactionsFromThis2(GrpcAPI.AccountPaginated request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionListExtention> responseObserver)
Use this function instead of GetTransactionsFromThis.
|
void |
getTransactionsToThis(GrpcAPI.AccountPaginated request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionList> responseObserver)
Please use GetTransactionsToThis2 instead of this function.
|
void |
getTransactionsToThis2(GrpcAPI.AccountPaginated request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionListExtention> responseObserver)
Use this function instead of GetTransactionsToThis.
|
public void getTransactionsFromThis(GrpcAPI.AccountPaginated request, io.grpc.stub.StreamObserver<GrpcAPI.TransactionList> responseObserver)
Please use GetTransactionsFromThis2 instead of this function.
public void getTransactionsFromThis2(GrpcAPI.AccountPaginated request, io.grpc.stub.StreamObserver<GrpcAPI.TransactionListExtention> responseObserver)
Use this function instead of GetTransactionsFromThis.
public void getTransactionsToThis(GrpcAPI.AccountPaginated request, io.grpc.stub.StreamObserver<GrpcAPI.TransactionList> responseObserver)
Please use GetTransactionsToThis2 instead of this function.
public void getTransactionsToThis2(GrpcAPI.AccountPaginated request, io.grpc.stub.StreamObserver<GrpcAPI.TransactionListExtention> responseObserver)
Use this function instead of GetTransactionsToThis.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2020. All rights reserved.