mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
start fixing examples and cleaning up interface
This commit is contained in:
@@ -3,14 +3,9 @@
|
||||
// see LICENSE for license details.
|
||||
|
||||
use super::ConstantAddress;
|
||||
use crate::{
|
||||
client::OfflineClientT,
|
||||
error::{Error, MetadataError},
|
||||
Config,
|
||||
};
|
||||
use crate::{client::OfflineClientT, error::Error, Config};
|
||||
|
||||
use derivative::Derivative;
|
||||
use subxt_core::metadata::DecodeWithMetadata;
|
||||
|
||||
/// A client for accessing constants.
|
||||
#[derive(Derivative)]
|
||||
|
||||
Reference in New Issue
Block a user