{
  "creationTime": "1718743591946",
  "description": "Action Receipt represents a request to apply actions on the receiver_id side. It could be derived as a result of a Transaction execution or another ACTION Receipt processing. Action kind can be: ADD_KEY, CREATE_ACCOUNT, DELEGATE_ACTION, DELETE_ACCOUNT, DELETE_KEY, DEPLOY_CONTRACT, FUNCTION_CALL, STAKE, TRANSFER",
  "etag": "24CGYco6Ik+v9xKDnGcKzw==",
  "id": "bigquery-public-data:crypto_near_mainnet_us.receipt_actions",
  "kind": "bigquery#table",
  "lastModifiedTime": "1732678355695",
  "location": "us-east1",
  "numActiveLogicalBytes": "1448552747781",
  "numActivePhysicalBytes": "309772374528",
  "numBytes": "5937892239742",
  "numCurrentPhysicalBytes": "1714108793516",
  "numLongTermBytes": "4489339491961",
  "numLongTermLogicalBytes": "4489339491961",
  "numLongTermPhysicalBytes": "1404336418988",
  "numPartitions": "1579",
  "numRows": "10209813954",
  "numTimeTravelPhysicalBytes": "0",
  "numTotalLogicalBytes": "5937892239742",
  "numTotalPhysicalBytes": "1714108793516",
  "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": "The timestamp of the Block in nanoseconds",
        "mode": "NULLABLE",
        "name": "block_timestamp",
        "type": "INTEGER"
      },
      {
        "description": "The timestamp of the Block in UTC",
        "mode": "NULLABLE",
        "name": "block_timestamp_utc",
        "type": "TIMESTAMP"
      },
      {
        "description": "The hash of the Block",
        "mode": "NULLABLE",
        "name": "block_hash",
        "type": "STRING"
      },
      {
        "description": "The hash of the Chunk",
        "mode": "NULLABLE",
        "name": "chunk_hash",
        "type": "STRING"
      },
      {
        "description": "The shard ID of the Chunk",
        "mode": "NULLABLE",
        "name": "shard_id",
        "type": "INTEGER"
      },
      {
        "description": "The index in the ACTION receipt",
        "mode": "NULLABLE",
        "name": "index_in_action_receipt",
        "type": "INTEGER"
      },
      {
        "description": "An unique id for the receipt",
        "mode": "NULLABLE",
        "name": "receipt_id",
        "type": "STRING"
      },
      {
        "description": "The gas fee",
        "mode": "NULLABLE",
        "name": "gas_price",
        "type": "STRING"
      },
      {
        "description": "An account on which behalf the origin transaction is signed",
        "mode": "NULLABLE",
        "name": "signer_account_id",
        "type": "STRING"
      },
      {
        "description": "An access key which was used to sign the origin transaction",
        "mode": "NULLABLE",
        "name": "signer_public_key",
        "type": "STRING"
      },
      {
        "description": "Arguments",
        "mode": "NULLABLE",
        "name": "args",
        "type": "STRING"
      },
      {
        "description": "The account ID which issued a receipt. In case of a gas or deposit refund, the account ID is system",
        "mode": "NULLABLE",
        "name": "receipt_predecessor_account_id",
        "type": "STRING"
      },
      {
        "description": "The action kind: ADD_KEY, CREATE_ACCOUNT\\t, DELEGATE_ACTION, DELETE_ACCOUNT, DELETE_KEY, DEPLOY_CONTRACT, FUNCTION_CALL, STAKE, TRANSFER",
        "mode": "NULLABLE",
        "name": "action_kind",
        "type": "STRING"
      },
      {
        "description": "The destination account ID",
        "mode": "NULLABLE",
        "name": "receipt_receiver_account_id",
        "type": "STRING"
      },
      {
        "description": "Flag for delegate action",
        "mode": "NULLABLE",
        "name": "is_delegate_action",
        "type": "BOOLEAN"
      }
    ]
  },
  "selfLink": "<https://bigquery.googleapis.com/bigquery/v2/projects/bigquery-public-data/datasets/crypto_near_mainnet_us/tables/receipt_actions>",
  "tableReference": {
    "datasetId": "crypto_near_mainnet_us",
    "projectId": "bigquery-public-data",
    "tableId": "receipt_actions"
  },
  "timePartitioning": {
    "field": "block_date",
    "type": "DAY"
  },
  "type": "TABLE"
}