mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 08:31:14 +00:00
Rename traits to remove T suffix (#1535)
* Rename traits to renmove T suffix * Fix doc links * Fix straggler doc links
This commit is contained in:
@@ -7,4 +7,6 @@
|
||||
mod constants_client;
|
||||
|
||||
pub use constants_client::ConstantsClient;
|
||||
pub use subxt_core::constants::address::{dynamic, Address, AddressT, DynamicAddress};
|
||||
pub use subxt_core::constants::address::{
|
||||
dynamic, Address, DefaultAddress, DynamicAddress, StaticAddress,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user