@@ -12,15 +12,15 @@ import {
12
12
delegateCall ,
13
13
prepareAlastriaID ,
14
14
createAlastriaIdentity ,
15
+ createAlastriaIdentityHash ,
15
16
addIdentityIssuer ,
16
17
updateIdentityIssuerEidasLevel ,
17
18
deleteIdentityIssuer ,
18
19
getEidasLevel ,
19
20
addIdentityServiceProvider ,
20
21
deleteIdentityServiceProvider ,
21
22
isIdentityServiceProvider ,
22
- isIdentityIssuer ,
23
- createAlastriaIdentityHash
23
+ isIdentityIssuer
24
24
} from './identityManagerTransactionFactory'
25
25
26
26
import {
@@ -45,19 +45,18 @@ import {
45
45
46
46
import {
47
47
addKey ,
48
+ addPublicKey ,
48
49
revokePublicKey ,
50
+ revokePublicKeyHash ,
49
51
deletePublicKey ,
52
+ deletePublicKeyHash ,
50
53
getCurrentPublicKey ,
51
54
getPublicKeyStatus ,
55
+ getPublicKeyStatusHash ,
52
56
getPublicKeyStatusDecodedAsJSON ,
57
+ getPublicKeyStatusDecodedAsJSONHash ,
53
58
isPublicKeyValidForDate ,
54
59
isPublicKeyValidForDateHash ,
55
- getPublicKeyStatusDecodedAsJSONHash ,
56
- getPublicKeyStatusHash ,
57
- deletePublicKeyHash ,
58
- revokePublicKeyHash ,
59
- addPublicKey ,
60
- getCurrentPublicKeyHash
61
60
} from './publicKeyRegistryTransactionFactory'
62
61
63
62
export const transactionFactory = {
@@ -110,7 +109,6 @@ export const transactionFactory = {
110
109
deletePublicKey : deletePublicKey ,
111
110
deletePublicKeyHash : deletePublicKeyHash ,
112
111
getCurrentPublicKey : getCurrentPublicKey ,
113
- getCurrentPublicKeyHash : getCurrentPublicKeyHash ,
114
112
getPublicKeyStatus : getPublicKeyStatus ,
115
113
getPublicKeyStatusHash : getPublicKeyStatusHash ,
116
114
getPublicKeyStatusDecodedAsJSON : getPublicKeyStatusDecodedAsJSON ,
0 commit comments