mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
start porting dynamic value stuff
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
// This file is dual-licensed as Apache-2.0 or GPL-3.0.
|
||||
// see LICENSE for license details.
|
||||
|
||||
use crate::{dynamic::DecodedValueThunk, metadata::DecodeWithMetadata};
|
||||
use crate::dynamic::DecodedValueThunk;
|
||||
use derivative::Derivative;
|
||||
use std::borrow::Cow;
|
||||
use subxt_core::metadata::DecodeWithMetadata;
|
||||
|
||||
/// This represents a constant address. Anything implementing this trait
|
||||
/// can be used to fetch constants.
|
||||
|
||||
@@ -6,10 +6,11 @@ use super::ConstantAddress;
|
||||
use crate::{
|
||||
client::OfflineClientT,
|
||||
error::{Error, MetadataError},
|
||||
metadata::DecodeWithMetadata,
|
||||
Config,
|
||||
};
|
||||
|
||||
use derivative::Derivative;
|
||||
use subxt_core::metadata::DecodeWithMetadata;
|
||||
|
||||
/// A client for accessing constants.
|
||||
#[derive(Derivative)]
|
||||
|
||||
Reference in New Issue
Block a user