Variable WalletAliasesConst

WalletAliases: {
    definitions: {
        magicWallets: string;
        partnerships: string;
    };
    schemas: {
        MagicWallets: string;
        Partnership: string;
        set: string;
    };
    tiles: {};
} = ...

Type declaration

  • definitions: {
        magicWallets: string;
        partnerships: string;
    }
    • magicWallets: string
    • partnerships: string
  • schemas: {
        MagicWallets: string;
        Partnership: string;
        set: string;
    }
    • MagicWallets: string
    • Partnership: string
    • set: string
  • tiles: {}

    Generated using TypeDoc