---
title: SubmissionStatus
description: SubmissionStatus represents the status of a transaction in the
  submission pipeline.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/submission-status/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/submission-status.md
---

# SubmissionStatus

SubmissionStatus represents the status of a transaction in the submission pipeline.

**Package:** `thru.services.v1`

## Values

| Name | # | Description |
| - | - | - |
| `SUBMISSION_STATUS_UNSPECIFIED` | 0 | Submission status is unspecified (default value). |
| `SUBMISSION_STATUS_RECEIVED` | 1 | Transaction has been received by the gRPC server. |
| `SUBMISSION_STATUS_ACCEPTED` | 2 | Transaction has been accepted by the forwarder via UDS. |
