examples

Function get_funded_client

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