pub async fn store_data( handle: &IdentityHandle, data: Vec<u8>, group_size: usize, ) -> Result<StorageHandle>
Store data on the network
handle
data
group_size
StorageHandle