@hashgraph/sdk
    Preparing search index...

    Class SubscriptionHandle

    Represents a handle for managing subscriptions to topics in the Hedera network.

    The SubscriptionHandle class provides methods to manage the lifecycle of a subscription, including setting a callback function to be executed when an event occurs and unsubscribing from the topic notifications. It is primarily used for handling real-time updates from the Hedera network like topic subscriptions.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    _call: null | (() => void)
    _unsubscribed: boolean

    Methods