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 Details

    • InteractiveSubmissionServiceImplBase

      public InteractiveSubmissionServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService