Skip to content
Snippets Groups Projects

Add createHollowIDentity method

Open Igor Markin requested to merge case-entity into master
2 files
+ 10
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -695,6 +695,15 @@ const connection = Penpal.connectToParent({
});
});
},
identityCreateHollowIdentity: async (identity) => {
viamApi.setIdentity(identity.authentication.publicKey);
return executeRestfulFunction(
"public",
viamApi,
viamApi.identityCreateHollowIdentity,
null,
)
},
submitIdentificator(identity, identificatorArg, registerToken) {
return new Penpal.Promise(result => {
viamApi.setIdentity(identity.authentication.publicKey);
Loading