Documentation
    Preparing search index...
    interface AppBase {
        color: string;
        key: string;
        logo: string;
        name: string;
        shortName: string;
        supportedInteractionStandards?: ("wallet_connect" | "beacon")[];
    }

    Hierarchy (View Summary)

    Index

    Properties

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