updateKeyshare abstract method

Future<void> updateKeyshare(
  1. String id,
  2. T newKeyshare
)

Updates a keyshare in the storage for unique id.

Implementation

Future<void> updateKeyshare(String id, T newKeyshare);