RootNotificationsApi

type RootNotificationsApi = object;

Methods

rootNotifications()

rootNotifications(): bigint;

Subscribe to receive notifications anytime a new root is set by the validator.

Returns

bigint

The number of the rooted slot

See

https://solana.com/docs/rpc/websocket/rootsubscribe

On this page