Optionaloptions: DevProviderOptionsAttempt to connect and discover accounts.
Accounts on success, typed error on failure.
Disconnect and clean up resources. Safe to call multiple times.
Subscribe to account list changes.
Emitted when the set of available accounts changes (e.g., user connects/disconnects in the host wallet).
Unsubscribe function.
Subscribe to connection status changes.
Not all providers emit status changes — for example, dev accounts are always "connected" and never emit.
Unsubscribe function.
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.