mirror of
https://github.com/FlipsideCrypto/aleo-models.git
synced 2026-02-06 11:47:05 +00:00
69 lines
1.1 KiB
YAML
69 lines
1.1 KiB
YAML
version: 2
|
|
|
|
models:
|
|
- name: silver__liquidity_pool_actions_arcane
|
|
columns:
|
|
- name: liquidity_pool_actions_arcane_id
|
|
tests:
|
|
- unique
|
|
- not_null
|
|
|
|
- name: block_timestamp
|
|
tests:
|
|
- not_null
|
|
|
|
- name: block_id
|
|
tests:
|
|
- not_null
|
|
|
|
- name: tx_id
|
|
tests:
|
|
- not_null
|
|
|
|
- name: succeeded
|
|
tests:
|
|
- not_null
|
|
|
|
- name: root_action
|
|
tests:
|
|
- not_null
|
|
|
|
- name: liquidity_action
|
|
tests:
|
|
- not_null
|
|
|
|
- name: liquidity_provider
|
|
tests:
|
|
- not_null
|
|
|
|
- name: token1_id
|
|
tests:
|
|
- not_null
|
|
|
|
- name: token2_id
|
|
tests:
|
|
- not_null
|
|
|
|
- name: token1_name
|
|
tests:
|
|
- not_null
|
|
|
|
- name: token2_name
|
|
tests:
|
|
- not_null
|
|
|
|
- name: token1_amount
|
|
tests:
|
|
- not_null
|
|
|
|
- name: token2_amount
|
|
tests:
|
|
- not_null
|
|
|
|
- name: inserted_timestamp
|
|
tests:
|
|
- not_null
|
|
|
|
- name: modified_timestamp
|
|
tests:
|
|
- not_null |