UNPKG

@funded-labs/plug-controller

Version:

Internet Computer Plug wallet's controller

8 lines (7 loc) 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GenericSignIdentity = void 0; const agent_1 = require("@dfinity/agent"); class GenericSignIdentity extends agent_1.SignIdentity { } exports.GenericSignIdentity = GenericSignIdentity;