Class InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceBlockingStub

java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceBlockingStub>
com.daml.ledger.api.v2.interactive.InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceBlockingStub
Enclosing class:
InteractiveSubmissionServiceGrpc

public static final class InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service InteractiveSubmissionService.
 Service allowing interactive construction of command submissions
 The prepare and execute endpoints allow to submit commands in 2-steps:
 1. prepare transaction from commands,
 2. submit the prepared transaction
 This gives callers the ability to sign the daml transaction with their own signing keys