setStorageKeyshares method
Sets the list of StorageKeyshare to the storage client.
Implementation
setStorageKeyshares(List<StorageKeyshare> sk) {
storageKeyshares.clear();
storageKeyshares.addAll(sk);
}
Sets the list of StorageKeyshare to the storage client.
setStorageKeyshares(List<StorageKeyshare> sk) {
storageKeyshares.clear();
storageKeyshares.addAll(sk);
}