mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 13:56:44 +00:00
add files
This commit is contained in:
parent
313eb41804
commit
8445fa6e1d
0
models/core/transactions.sql
Normal file
0
models/core/transactions.sql
Normal file
39
models/core/transactions.yml
Normal file
39
models/core/transactions.yml
Normal file
@ -0,0 +1,39 @@
|
||||
|
||||
version: 2
|
||||
|
||||
models:
|
||||
- name: transactions
|
||||
description: "Near transactions."
|
||||
|
||||
columns:
|
||||
- name: block_id
|
||||
description: The block ID.
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: tx_id
|
||||
description: The transaction hash.
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: block_timestamp
|
||||
description: The time the block was minted.
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: tx
|
||||
description: The transaction's information.
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: tx_outcome
|
||||
description: The transaction outcome.
|
||||
|
||||
- name: tx_receipt
|
||||
description: The transaction receipt.
|
||||
|
||||
- name: tx_receiver
|
||||
description: The transaction receiver.
|
||||
|
||||
- name: tx_signer
|
||||
description: The transaction signer.
|
||||
Loading…
Reference in New Issue
Block a user