package
0.0.0-20240730121546-131ca43f4a47
Repository: https://github.com/hadronlabs-org/neutron-query-relayer.git
Documentation: pkg.go.dev

# README

relay package is a high level controller that implements whole mechanism of relaying a query

This high level logic is encapsulated in Relayer struct

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

TxHeight describes tendermint filter by tx.height that we use to get only actual txs.

# Structs

MessageKV contains params of a KV interchain query.
MessageTX contains params of a TX interchain query.
Relayer is controller for the whole app: 1.

# Interfaces

KVProcessor processes event query KV type.
Storage is local storage we use to store queries history: known queries, know transactions and its statuses.
Submitter knows how to submit proof to the chain.
Subscriber is an interface that subscribes to Neutron and provides chain data in real time.
TrustedHeaderFetcher able to get trusted headers for a given height.