Class InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceFutureStub

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

public static final class InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceFutureStub extends io.grpc.stub.AbstractFutureStub<InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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