setStorageKeyshares method

dynamic setStorageKeyshares(
  1. List<StorageKeyshare> sk
)

Sets the list of StorageKeyshare to the storage client.

Implementation

setStorageKeyshares(List<StorageKeyshare> sk) {
  storageKeyshares.clear();
  storageKeyshares.addAll(sk);
}