Polkadot Apps
    Preparing search index...

    Handle returned by subscription methods. Call unsubscribe() to stop receiving events.

    interface Unsubscribable {
        unsubscribe: () => void;
    }
    Index

    Properties

    Properties

    unsubscribe: () => void