bro-n-bro / spacebox

MIT License
34 stars 4 forks source link

Create table and writer view spacebox.cancel_unbonding_delegation_message #52

Closed bro-n-bro-0 closed 11 hours ago

bro-n-bro-0 commented 2 months ago
CREATE TABLE IF NOT EXISTS spacebox.cancel_unbonding_delegation_message
(
    `timestamp` DateTime,
    `height`            Int64,
    `tx_hash`           String,
    `delegator_address` String,
    `validator_address` String
) ENGINE = MergeTree()
      ORDER BY (`timestamp`, `height`, `tx_hash`, `delegator_address`, `validator_address`);

https://docs.cosmos.network/v0.46/modules/staking/07_events.html#msgcancelunbondingdelegation