reconcile method
- String keyId
Reconcile the dkls.DklsKeyshare with the cloud to make sure it is up to date on all the parties.
Implementation
Future<void> reconcile(String keyId) {
return _ecdsaReconcileSession.reconcile(keyId);
}
Reconcile the dkls.DklsKeyshare with the cloud to make sure it is up to date on all the parties.
Future<void> reconcile(String keyId) {
return _ecdsaReconcileSession.reconcile(keyId);
}