hoodchain - v0.1.0
    Preparing search index...

    Interface FeedSubscription

    Handle returned by subscribeFeed.

    interface FeedSubscription {
        close: () => void;
    }
    Index
    close: () => void

    Close the socket and stop reconnecting.