{
  "creationTime": "1717798952536",
  "description": "Each transaction can have one or multiple Actions, which are the actual operations to be performed on the Receiver account. Action kind can be: ADD_KEY, CREATE_ACCOUNT, DELEGATE_ACTION, DELETE_ACCOUNT, DELETE_KEY, DEPLOY_CONTRACT, FUNCTION_CALL, STAKE, TRANSFER",
  "etag": "GpnesvaPDupACh+qswgxIg==",
  "id": "bigquery-public-data:crypto_near_mainnet_us.transaction_actions",
  "kind": "bigquery#table",
  "lastModifiedTime": "1732678404065",
  "location": "us-east1",
  "numActiveLogicalBytes": "542809128683",
  "numActivePhysicalBytes": "179456649807",
  "numBytes": "2543867780556",
  "numCurrentPhysicalBytes": "915413662293",
  "numLongTermBytes": "2001058651873",
  "numLongTermLogicalBytes": "2001058651873",
  "numLongTermPhysicalBytes": "735957012486",
  "numPartitions": "1579",
  "numRows": "3040291562",
  "numTimeTravelPhysicalBytes": "0",
  "numTotalLogicalBytes": "2543867780556",
  "numTotalPhysicalBytes": "915413662293",
  "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 transaction hash",
        "mode": "NULLABLE",
        "name": "transaction_hash",
        "type": "STRING"
      },
      {
        "description": "Transaction status",
        "mode": "NULLABLE",
        "name": "transaction_status",
        "type": "STRING"
      },
      {
        "description": "Receipt ID that the transaction was converted.",
        "mode": "NULLABLE",
        "name": "converted_into_receipt_id",
        "type": "STRING"
      },
      {
        "description": "An account on which behalf transaction is signed",
        "mode": "NULLABLE",
        "name": "signer_account_id",
        "type": "STRING"
      },
      {
        "description": "An access key which was used to sign a transaction",
        "mode": "NULLABLE",
        "name": "signer_public_key",
        "type": "STRING"
      },
      {
        "description": "Receiver account for this transaction",
        "mode": "NULLABLE",
        "name": "receiver_account_id",
        "type": "STRING"
      },
      {
        "description": "The index in the transaction actions",
        "mode": "NULLABLE",
        "name": "index_in_transaction",
        "type": "INTEGER"
      },
      {
        "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": "Arguments",
        "mode": "NULLABLE",
        "name": "args",
        "type": "STRING"
      }
    ]
  },
  "selfLink": "<https://bigquery.googleapis.com/bigquery/v2/projects/bigquery-public-data/datasets/crypto_near_mainnet_us/tables/transaction_actions>",
  "tableReference": {
    "datasetId": "crypto_near_mainnet_us",
    "projectId": "bigquery-public-data",
    "tableId": "transaction_actions"
  },
  "timePartitioning": {
    "field": "block_date",
    "type": "DAY"
  },
  "type": "TABLE"
}