Class InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceStub

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

public static final class InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceStub extends io.grpc.stub.AbstractAsyncStub<InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceStub>
A stub to allow clients to do asynchronous 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