cargo fmt

This commit is contained in:
Jędrzej Stuczyński
2024-02-12 10:01:50 +00:00
parent f0666b33d2
commit 1a0424d57d
2 changed files with 3 additions and 2 deletions
@@ -6,7 +6,8 @@ use std::sync::OnceLock;
pub use issuance::IssuanceBandwidthCredential;
pub use issued::IssuedBandwidthCredential;
pub use nym_credentials_interface::{
CredentialSigningData, CredentialSpendingData, CredentialType, Parameters, UnknownCredentialType
CredentialSigningData, CredentialSpendingData, CredentialType, Parameters,
UnknownCredentialType,
};
pub mod freepass;
+1 -1
View File
@@ -25,7 +25,7 @@ pub trait Client {
async fn address(&self) -> AccountId;
async fn dkg_contract_address(&self) -> Result<AccountId>;
async fn bandwidth_contract_admin(&self) -> Result<Option<AccountId>>;
async fn get_tx(&self, tx_hash: Hash) -> Result<TxResponse>;