pub async fn get_funded_client<K, I>(
storage: &Storage<K, I>,
) -> Result<IdentityClient<StorageSigner<'_, K, I>>, Error>where
K: JwkStorage,
I: KeyIdStorage,
pub async fn get_funded_client<K, I>(
storage: &Storage<K, I>,
) -> Result<IdentityClient<StorageSigner<'_, K, I>>, Error>where
K: JwkStorage,
I: KeyIdStorage,