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:
James Wilson
2024-04-16 16:35:14 +01:00
committed by GitHub
parent 1e111ea9db
commit ac606cf625
32 changed files with 2426 additions and 2229 deletions
+3 -1
View File
@@ -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,
};