Class InteractiveSubmissionServiceGrpc

java.lang.Object
com.daml.ledger.api.v2.interactive.InteractiveSubmissionServiceGrpc

@Generated(value="by gRPC proto compiler", comments="Source: com/daml/ledger/api/v2/interactive/interactive_submission_service.proto") public final class InteractiveSubmissionServiceGrpc extends Object
 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