Polkadot Apps
    Preparing search index...

    Provider for Substrate development accounts.

    Uses the well-known DEV_PHRASE with hard derivation paths (//Alice, //Bob, etc.) to create deterministic accounts for local development and testing.

    Implements

    Index

    Constructors

    Properties

    type: "dev" = ...

    Unique identifier for this provider type.

    Methods

    • Subscribe to connection status changes.

      Not all providers emit status changes — for example, dev accounts are always "connected" and never emit.

      Parameters

      • _callback: (status: "disconnected" | "connecting" | "connected") => void

      Returns Unsubscribe

      Unsubscribe function.