• Returns {
        create: ((options) => LocalWallet);
        id: string;
        meta: {
            iconURL: string;
            name: string;
        };
    }

    • create: ((options) => LocalWallet)
    • id: string
    • meta: {
          iconURL: string;
          name: string;
      }
      • iconURL: string
      • name: string

Generated using TypeDoc