transferum
    Preparing search index...

    Interface PollingProxyInterface<T>

    Polling proxy contract — receives a fetcher from the upstream transfer and manages its lifecycle via set/clear.

    interface PollingProxyInterface<T> {
        clearFetcher(): void;
        setFetcher(fetcher: DataFetcher<T>): void;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index