updateSelfSplits method
Future<CryptoActorStubWithType>
updateSelfSplits(
- Map<
KeypairFingerprintV1String, ShamirUpdateRequest> keySplitsToUpdate, - Set<
KeypairFingerprintV1String> keySplitsToDelete
Implementation
Future<CryptoActorStubWithType> updateSelfSplits(Map<KeypairFingerprintV1String, ShamirUpdateRequest> keySplitsToUpdate, Set<KeypairFingerprintV1String> keySplitsToDelete) async {
return await CardinalSdkPlatformInterface.instance.apis.shamirKeysManager.updateSelfSplits(
_sdkId,
keySplitsToUpdate,
keySplitsToDelete,
);
}