Polkadot Apps
    Preparing search index...

    Interface TerminalAdapterOptions

    Options for creating a terminal adapter.

    interface TerminalAdapterOptions {
        appId: string;
        endpoints?: string[];
        hostMetadata?: HostMetadata;
        metadataUrl: string;
    }
    Index

    Properties

    appId: string

    Unique app identifier. Used as the storage namespace.

    endpoints?: string[]

    Statement store WebSocket endpoints. Defaults to Paseo stable endpoints.

    hostMetadata?: HostMetadata

    Optional host metadata for the Sign-In screen.

    metadataUrl: string

    URL to the app's metadata JSON (name + icon), shown during pairing.