> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-4a9eb0b1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# UncheckedSubmit

> Hedera protobuf reference for the UncheckedSubmit transaction used in testing to submit a transaction to the network bypassing standard node precheck logic.

Submit an arbitrary (serialized) Transaction to the network without prechecks. Requires superuser privileges.

## UncheckedSubmitBody

| Field              | Type  | Description                                                               |
| ------------------ | ----- | ------------------------------------------------------------------------- |
| `transactionBytes` | bytes | The serialized bytes of the Transaction to be submitted without prechecks |
