importIdentityAsync
suspend fun importIdentityAsync(identity: ByteArray)
Load an identity export into the current SDK instance. This function can only be called if the current SDK instance does not have an account yet.
Parameters
identity | The identity export that this SDK instance should import. |
Throws
SealdException |