Polkadot Apps
    Preparing search index...

    Full state snapshot emitted to subscribers.

    interface SignerState {
        accounts: readonly SignerAccount[];
        activeProvider: ProviderType | null;
        error: SignerError | null;
        selectedAccount: SignerAccount | null;
        status: ConnectionStatus;
    }
    Index

    Properties

    accounts: readonly SignerAccount[]

    All available accounts across all connected providers.

    activeProvider: ProviderType | null

    Which provider is active (null if disconnected).

    error: SignerError | null

    Last error (null if no error).

    selectedAccount: SignerAccount | null

    Currently selected account (null if none selected).

    Current connection status.