Documentation
    Preparing search index...

    Interface ExtensionApp

    interface ExtensionApp {
        color: string;
        id: string;
        key: string;
        link: string;
        logo: string;
        name: string;
        shortName: string;
        supportedInteractionStandards?: ("wallet_connect" | "beacon")[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    color: string
    id: string
    key: string
    link: string
    logo: string
    name: string
    shortName: string
    supportedInteractionStandards?: ("wallet_connect" | "beacon")[]