---
title: BatchSendTransactionsResponse
description: BatchSendTransactionsResponse returns submission results for each transaction.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/batch-send-transactions-response/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/batch-send-transactions-response.md
---

# BatchSendTransactionsResponse

BatchSendTransactionsResponse returns submission results for each transaction.

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

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `signatures` | repeated [`thru.common.v1.Signature`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/signature.md) | 1 · optional | Signatures for each transaction (in same order as request). |
| `accepted` | repeated `bool` | 2 · optional | Acceptance status for each transaction (true if accepted, false if not). |
