Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubscriptionEvent

An event emitted from Tendermint after subscribing via RPC.

These events are passed as the result of JSON-RPC responses, which is kind of hacky because it breaks the idea that exactly one JSON-RPC response belongs to each JSON-RPC request. But this is how subscriptions work in Tendermint.

Hierarchy

  • SubscriptionEvent

Index

Properties

Properties

data

data: object

Type declaration

query

query: string

Generated using TypeDoc