UNPKG
@funded-labs/plug-controller
Version:
latest (0.28.5)
0.28.5
0.28.4
0.28.3
0.28.2-dev.3
0.28.2-dev.2
0.28.2-dev.1
0.28.1
0.28.0
0.27.2
0.27.1
0.26.17
0.26.16
0.26.15
0.26.14
0.26.13
0.26.11
0.26.10
0.26.9
0.26.8
0.26.7
0.26.6
0.26.5
0.26.4
0.26.3
0.26.2
0.26.1
0.26.0
Internet Computer Plug wallet's controller
@funded-labs/plug-controller
/
dist
/
utils
/
identity
/
identityFactory.d.ts
5 lines
(4 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
import { GenericSignIdentity }
from
'./genericSignIdentity'
; export
declare
class
IdentityFactory
{
static
createIdentity
(
type
:
string
,
secretKey
:
string
): GenericSignIdentity; }