{
  "creationTime": "1699471504224",
  "description": "Tracks the transaction that originated the receipt",
  "etag": "X5q2CYNnZYUlBNWc/K/Qkw==",
  "id": "bigquery-public-data:crypto_near_mainnet_us.receipt_origin_transaction",
  "kind": "bigquery#table",
  "lastModifiedTime": "1732678461782",
  "location": "us-east1",
  "numActiveLogicalBytes": "336387453054",
  "numActivePhysicalBytes": "175865815515",
  "numBytes": "1312761903263",
  "numCurrentPhysicalBytes": "680766054620",
  "numLongTermBytes": "976374450209",
  "numLongTermLogicalBytes": "976374450209",
  "numLongTermPhysicalBytes": "504900239105",
  "numPartitions": "1579",
  "numRows": "10399363786",
  "numTimeTravelPhysicalBytes": "0",
  "numTotalLogicalBytes": "1312761903263",
  "numTotalPhysicalBytes": "680766054620",
  "partitionDefinition": {
    "partitionedColumn": [
      {
        "field": "block_date"
      }
    ]
  },
  "schema": {
    "fields": [
      {
        "description": "The date of the Block. Used to partition the table",
        "mode": "NULLABLE",
        "name": "block_date",
        "type": "DATE"
      },
      {
        "description": "The height of the Block",
        "mode": "NULLABLE",
        "name": "block_height",
        "type": "INTEGER"
      },
      {
        "description": "There are 2 types of Receipt: ACTION and DATA. An ACTION receipt is a request to apply Actions, while a DATA receipt is a result of the application of these actions",
        "mode": "NULLABLE",
        "name": "receipt_kind",
        "type": "STRING"
      },
      {
        "description": "An unique id for the receipt",
        "mode": "NULLABLE",
        "name": "receipt_id",
        "type": "STRING"
      },
      {
        "description": "An unique DATA receipt identifier",
        "mode": "NULLABLE",
        "name": "data_id",
        "type": "STRING"
      },
      {
        "description": "The transaction hash that originated the receipt",
        "mode": "NULLABLE",
        "name": "originated_from_transaction_hash",
        "type": "STRING"
      },
      {
        "mode": "NULLABLE",
        "name": "_record_last_updated_utc",
        "type": "TIMESTAMP"
      }
    ]
  },
  "selfLink": "<https://bigquery.googleapis.com/bigquery/v2/projects/bigquery-public-data/datasets/crypto_near_mainnet_us/tables/receipt_origin_transaction>",
  "tableReference": {
    "datasetId": "crypto_near_mainnet_us",
    "projectId": "bigquery-public-data",
    "tableId": "receipt_origin_transaction"
  },
  "timePartitioning": {
    "field": "block_date",
    "type": "DAY"
  },
  "type": "TABLE"
}