Class InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceImplBase
java.lang.Object
com.daml.ledger.api.v2.interactive.InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceImplBase
- All Implemented Interfaces:
InteractiveSubmissionServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- InteractiveSubmissionServiceGrpc
public abstract static class InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceImplBase
extends Object
implements io.grpc.BindableService, InteractiveSubmissionServiceGrpc.AsyncService
Base class for the server implementation of the 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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.daml.ledger.api.v2.interactive.InteractiveSubmissionServiceGrpc.AsyncService
executeSubmission, getPreferredPackageVersion, prepareSubmission
-
Constructor Details
-
InteractiveSubmissionServiceImplBase
public InteractiveSubmissionServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-