> ## Documentation Index
> Fetch the complete documentation index at: https://cantonfoundation-fix-878-websocket-update-format.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceImplBase

> 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

## InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceImplBase

Upstream docs: [Open](https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/interactive/InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceImplBase.html)

**Signature**

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
public abstract static class InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceImplBase extends Object implements io.grpc.BindableService, InteractiveSubmissionServiceGrpc.AsyncService
```

**Members**

| Docs                                                                                                                                                                                        | Member                                   | Introduced | Deprecated | Removed |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | ---------- | ---------- | ------- |
| [Open](https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/interactive/InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceImplBase.html#%3Cinit%3E%28%29)  | `InteractiveSubmissionServiceImplBase()` | `3.5.6`    | -          | -       |
| [Open](https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/interactive/InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceImplBase.html#bindService%28%29) | `bindService()`                          | `3.5.6`    | -          | -       |
