persisting the issued credentials

This commit is contained in:
Jędrzej Stuczyński
2024-02-08 15:01:58 +00:00
parent ddf2770c8e
commit f687ebb0f5
20 changed files with 210 additions and 195 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
use crate::error::BandwidthControllerError;
use nym_credential_storage::models::StoredIssuedCredential;
use nym_credential_storage::models::{StorableIssuedCredential, StoredIssuedCredential};
use nym_credentials::coconut::bandwidth::IssuedBandwidthCredential;
use nym_validator_client::nym_api::EpochId;