SimpleStorageClient constructor

SimpleStorageClient([
  1. List<StorageKeyshare>? sk
])

Implementation

SimpleStorageClient([List<StorageKeyshare>? sk]) {
  storageKeyshares.addAll(sk ?? []);
}