transferum
    Preparing search index...

    Interface BridgeInterface

    Bridge contract — a gated, disposable connection between two transfers.

    interface BridgeInterface {
        active: boolean;
        activate(): void;
        deactivate(): void;
        destroy(): void;
        onStateChange(handler: DataHandler<GateInterface>): SubscriberInterface;
        toggle(): boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index
    active: boolean