Crate exex_subscription

Crate exex_subscription 

Source
Expand description

An ExEx example that installs a new RPC subscription endpoint that emit storage changes for a requested address.

Structsยง

Args ๐Ÿ”’
StorageDiff ๐Ÿ”’
Subscription update format for storage changes. This is the format that will be sent to the client when a storage change occurs.
StorageWatcherRpc ๐Ÿ”’
API implementation for the storage watcher.
SubscriptionRequest ๐Ÿ”’
Subscription request format for storage changes.

Traitsยง

StorageWatcherApiServer
Server trait implementation for the StorageWatcherApi RPC API.

Functionsยง

main ๐Ÿ”’
my_exex ๐Ÿ”’

Type Aliasesยง

SubscriptionSender ๐Ÿ”’
Subscription request format for storage changes.