createKeyshare abstract method

Future<void> createKeyshare(
  1. StorageKeyshare data
)

Inserts a keyshare into the storage.

Implementation

Future<void> createKeyshare(StorageKeyshare data);