mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 06:31:09 +00:00
Get workspace compiling via 'cargo check'
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
mod address;
|
||||
|
||||
use crate::client::OfflineClientAtBlockT;
|
||||
use crate::config::Config;
|
||||
use crate::error::CustomValueError;
|
||||
use crate::utils::Maybe;
|
||||
use address::Address;
|
||||
use derive_where::derive_where;
|
||||
use frame_decode::custom_values::CustomValueTypeInfo;
|
||||
use scale_decode::IntoVisitor;
|
||||
|
||||
pub mod address;
|
||||
pub use address::{Address, DynamicAddress, StaticAddress, dynamic};
|
||||
|
||||
/// A client for accessing custom values stored in the metadata.
|
||||
#[derive_where(Clone; Client)]
|
||||
|
||||
Reference in New Issue
Block a user