UNPKG
@safik/fk-plug-controller
Version:
latest (0.12.3)
0.12.3
Internet Computer Plug wallet's controller
github.com/Psychedelic/plug-controller
@safik/fk-plug-controller
/
dist
/
interfaces
/
account.d.ts
13 lines
(12 loc)
•
310 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
Secp256
k1KeyIdentity
from
'../utils/crypto/secpk256k1/identity'
;
export
interface
AccountCredentials
{
mnemonic
:
string
;
identity
:
Secp256
k1KeyIdentity;
accountId
:
string
; }
export
interface
ConnectedApp
{
name
:
string
;
icon
:
string
;
url
:
string
;
whitelist
:
Array
<
string
>; }