public static final class WalletExtensionGrpc.WalletExtensionStub extends io.grpc.stub.AbstractStub<WalletExtensionGrpc.WalletExtensionStub>
Modifier and Type | Method and Description |
---|---|
protected WalletExtensionGrpc.WalletExtensionStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.
|
protected WalletExtensionGrpc.WalletExtensionStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<WalletExtensionGrpc.WalletExtensionStub>
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.
Copyright © 2020. All rights reserved.