mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 09:41:44 +00:00
82 lines
1.9 KiB
YAML
82 lines
1.9 KiB
YAML
|
|
version: 2
|
|
|
|
models:
|
|
- name: silver_horizon__receipts
|
|
description: |-
|
|
Filtered receipts where the signer or receiver is the contract nearsocial.near.
|
|
|
|
columns:
|
|
- name: tx_hash
|
|
description: "{{ doc('tx_hash')}}"
|
|
|
|
- name: block_id
|
|
description: "{{ doc('block_id')}}"
|
|
|
|
- name: receipt_index
|
|
description: "{{ doc('receipt_index')}}"
|
|
|
|
- name: chunk_hash
|
|
description: "{{ doc('chunk_hash')}}"
|
|
|
|
- name: receipt_actions
|
|
description: "{{ doc('receipt')}}"
|
|
|
|
- name: execution_outcome
|
|
description: "{{ doc('execution_outcome')}}"
|
|
|
|
- name: receipt_object_id
|
|
description: "{{ doc('receipt_object_id')}}"
|
|
tests:
|
|
- unique
|
|
|
|
- name: receipt_outcome_id
|
|
description: "{{ doc('receipt_outcome_id')}}"
|
|
|
|
- name: receiver_id
|
|
description: "{{ doc('receiver_id')}}"
|
|
|
|
- name: signer_id
|
|
description: "{{ doc('signer_id')}}"
|
|
|
|
- name: receipt_type
|
|
description: "{{ doc('receipt_type')}}"
|
|
|
|
- name: gas_burnt
|
|
description: "{{ doc('gas_burnt')}}"
|
|
|
|
- name: status_value
|
|
description: "{{ doc('status_value')}}"
|
|
|
|
- name: receipt_succeeded
|
|
description: "{{ doc('receipt_succeeded')}}"
|
|
|
|
- name: logs
|
|
description: "{{ doc('logs')}}"
|
|
|
|
- name: proof
|
|
description: "{{ doc('proof')}}"
|
|
|
|
- name: metadata
|
|
description: "{{ doc('metadata')}}"
|
|
|
|
- name: _partition_by_block_number
|
|
description: "{{ doc('_partition_by_block_number')}}"
|
|
|
|
- name: _INSERTED_TIMESTAMP
|
|
description: "{{ doc('_inserted_timestamp')}}"
|
|
|
|
|
|
|
|
- name: HORIZON_RECEIPTS_ID
|
|
description: "{{doc('id')}}"
|
|
|
|
- name: INSERTED_TIMESTAMP
|
|
description: "{{doc('inserted_timestamp')}}"
|
|
|
|
- name: MODIFIED_TIMESTAMP
|
|
description: "{{doc('modified_timestamp')}}"
|
|
|
|
- name: _INVOCATION_ID
|
|
description: "{{doc('invocation_id')}}"
|