Uses of Class
com.daml.ledger.api.v1.TransactionServiceGrpc.TransactionServiceBlockingStub
-
Packages that use TransactionServiceGrpc.TransactionServiceBlockingStub Package Description com.daml.ledger.api.v1 -
-
Uses of TransactionServiceGrpc.TransactionServiceBlockingStub in com.daml.ledger.api.v1
Methods in com.daml.ledger.api.v1 that return TransactionServiceGrpc.TransactionServiceBlockingStub Modifier and Type Method Description protected TransactionServiceGrpc.TransactionServiceBlockingStub
TransactionServiceGrpc.TransactionServiceBlockingStub. build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
static TransactionServiceGrpc.TransactionServiceBlockingStub
TransactionServiceGrpc. newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-