---
title: Transaction
description: Transaction describes a fully decoded transaction resource.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/transaction/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/transaction.md
---

# Transaction

Transaction describes a fully decoded transaction resource.

**Package:** `thru.core.v1`

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `signature` | [`thru.common.v1.Signature`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/signature.md) | 1 · optional | |
| `header` | [`TransactionHeader`](https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/transaction-header.md) | 2 · optional | |
| `body` | `bytes` | 3 · optional | |
| `execution_result` | [`TransactionExecutionResult`](https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/transaction-execution-result.md) | 4 · optional | |
| `slot` | `uint64` | 5 · optional | |
| `block_offset` | `uint32` | 6 · optional | |
