mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 09:26:44 +00:00
link (#95)
This commit is contained in:
parent
1b69d2459c
commit
a9b6ef8e14
5
models/avalanche/avalanche__dim_data_dictionary.yml
Normal file
5
models/avalanche/avalanche__dim_data_dictionary.yml
Normal file
@ -0,0 +1,5 @@
|
||||
version: 2
|
||||
|
||||
models:
|
||||
- name: avalanche__dim_data_dictionary
|
||||
description: "Avalanche Data Dictionary. Please visit https://discord.gg/avax for any questions."
|
||||
@ -2,7 +2,7 @@ version: 2
|
||||
|
||||
models:
|
||||
- name: avalanche__fact_c_messages
|
||||
description: "Avalanche C-Chain Messages."
|
||||
description: "Avalanche C-Chain Messages. Please visit https://discord.gg/avax for any questions."
|
||||
columns:
|
||||
- name: blockhash
|
||||
description: "Hash of the block containing this message."
|
||||
|
||||
@ -2,7 +2,7 @@ version: 2
|
||||
|
||||
models:
|
||||
- name: avalanche__fact_p_blocks
|
||||
description: "Avalanche P-Chain Blocks."
|
||||
description: "Avalanche P-Chain Blocks. Please visit https://discord.gg/avax for any questions."
|
||||
columns:
|
||||
- name: L1_VALIDATOR_ACTIVE_COUNT
|
||||
description: "Count of active validators on the L1 at the time of block creation"
|
||||
|
||||
@ -2,7 +2,7 @@ version: 2
|
||||
|
||||
models:
|
||||
- name: avalanche__fact_p_transactions
|
||||
description: "Avalanche P-Chain Transactions."
|
||||
description: "Avalanche P-Chain Transactions. Please visit https://discord.gg/avax for any questions."
|
||||
columns:
|
||||
- name: BLOCK_HASH
|
||||
description: "Hash of the block containing the transaction"
|
||||
|
||||
@ -2,7 +2,7 @@ version: 2
|
||||
|
||||
models:
|
||||
- name: avalanche__fact_utxos
|
||||
description: "Avalanche UTXOs."
|
||||
description: "Avalanche UTXOs. Please visit https://discord.gg/avax for any questions."
|
||||
columns:
|
||||
- name: OUTPUT_TYPE
|
||||
description: ""
|
||||
|
||||
@ -2,7 +2,7 @@ version: 2
|
||||
|
||||
models:
|
||||
- name: avalanche__fact_x_blocks
|
||||
description: "Avalanche X-Chain Blocks."
|
||||
description: "Avalanche X-Chain Blocks. Please visit https://discord.gg/avax for any questions."
|
||||
columns:
|
||||
- name: PROPOSER_PARENT_ID
|
||||
description: ""
|
||||
|
||||
@ -2,7 +2,7 @@ version: 2
|
||||
|
||||
models:
|
||||
- name: avalanche__fact_x_transactions
|
||||
description: "Avalanche X-Chain Transactions."
|
||||
description: "Avalanche X-Chain Transactions. Please visit https://discord.gg/avax for any questions."
|
||||
columns:
|
||||
- name: TYPE
|
||||
description: "Type of transaction (e.g. import, export, operation)"
|
||||
|
||||
@ -2,7 +2,7 @@ version: 2
|
||||
|
||||
models:
|
||||
- name: avalanche__fact_x_vertices
|
||||
description: "Avalanche X-Chain Vertices."
|
||||
description: "Avalanche X-Chain Vertices. Please visit https://discord.gg/avax for any questions."
|
||||
columns:
|
||||
- name: TRANSACTION_COUNT
|
||||
description: "Number of transactions contained in the vertex"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user