KristWsSubscription: "blocks" | "ownBlocks" | "transactions" | "ownTransactions" | "names" | "ownNames" | "motd"

Websocket events that can be subscribed to.

Subscription Name Events Description
blocks block Block events whenever a block is mined by anybody on the node.
ownBlocks block Block events whenever the authed user mines a block.
transactions transaction Transaction events whenever a transaction is made by anybody on the node.
ownTransactions transaction Transaction events whenever a transaction is made to or from the authed user.
names name Name events whenever a name is purchased, modified or transferred by anybody on the node.
ownNames name Name events whenever the authed user purchases, modifies or transfers a name.

See

https://krist.dev/docs/#api-WebsocketGroup-WebsocketStart

Generated using TypeDoc