cargo fmt
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user