mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 15:06:44 +00:00
blocks
This commit is contained in:
parent
ecb097508b
commit
8fa59e75d9
@ -49,7 +49,7 @@ INSERT INTO
|
||||
(
|
||||
SELECT
|
||||
*,
|
||||
NTILE (200) over(PARTITION BY getdate()
|
||||
NTILE (500) over(PARTITION BY getdate()
|
||||
ORDER BY
|
||||
block_height) AS grp
|
||||
FROM
|
||||
@ -66,7 +66,7 @@ INSERT INTO
|
||||
ORDER BY
|
||||
1 DESC
|
||||
LIMIT
|
||||
2000
|
||||
500
|
||||
)
|
||||
)
|
||||
GROUP BY
|
||||
|
||||
5
models/descriptions/amount.md
Normal file
5
models/descriptions/amount.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs amount %}
|
||||
|
||||
The amount that was used in the transaction message.
|
||||
|
||||
{% enddocs %}
|
||||
5
models/descriptions/block_id.md
Normal file
5
models/descriptions/block_id.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs block_id %}
|
||||
|
||||
The block height the block was recorded at.
|
||||
|
||||
{% enddocs %}
|
||||
5
models/descriptions/block_timestamp.md
Normal file
5
models/descriptions/block_timestamp.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs block_timestamp %}
|
||||
|
||||
The date and time at which the block began.
|
||||
|
||||
{% enddocs %}
|
||||
5
models/descriptions/currency.md
Normal file
5
models/descriptions/currency.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs currency %}
|
||||
|
||||
The currency that was used in the transaction message.
|
||||
|
||||
{% enddocs %}
|
||||
5
models/descriptions/msg_group.md
Normal file
5
models/descriptions/msg_group.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs msg_group %}
|
||||
|
||||
Value grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a ":" seperator. The subgroup will always be 0 except for "Exec" actions. NULL group means messages are related to the header (overall transaction)
|
||||
|
||||
{% enddocs %}
|
||||
5
models/descriptions/tx_caller_address.md
Normal file
5
models/descriptions/tx_caller_address.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs tx_caller_address %}
|
||||
|
||||
The wallet address of the individual who initiated the transaction.
|
||||
|
||||
{% enddocs %}
|
||||
5
models/descriptions/tx_id.md
Normal file
5
models/descriptions/tx_id.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs tx_id %}
|
||||
|
||||
A unique key that identifies a transaction. Called "TxHash" on block explorers.
|
||||
|
||||
{% enddocs %}
|
||||
5
models/descriptions/validator_address.md
Normal file
5
models/descriptions/validator_address.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs validator_address %}
|
||||
|
||||
The wallet address of the validator related to the staking action.
|
||||
|
||||
{% enddocs %}
|
||||
5
models/silver/delegator_address.md
Normal file
5
models/silver/delegator_address.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs delegator_address %}
|
||||
|
||||
The wallet address of the individual who owns the delegated asset.
|
||||
|
||||
{% enddocs %}
|
||||
5
models/silver/inserted_timestamp.md
Normal file
5
models/silver/inserted_timestamp.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs inserted_timestamp %}
|
||||
|
||||
The time the block was inserted into to the Flipside database.
|
||||
|
||||
{% enddocs %}
|
||||
Loading…
Reference in New Issue
Block a user