Move subxt-new to be the new subxt, and get first example working

This commit is contained in:
James Wilson
2025-12-11 17:44:18 +00:00
parent 15a7534a55
commit 02d0c12019
279 changed files with 1169 additions and 28576 deletions
+7 -2
View File
@@ -287,11 +287,16 @@ impl RuntimeGenerator {
StorageApi
}
/// This is an alias to [`Self::transactions()`].
pub fn tx() -> TransactionApi {
TransactionApi
}
pub fn apis() -> runtime_apis::RuntimeApi {
pub fn transactions() -> TransactionApi {
TransactionApi
}
pub fn runtime_apis() -> runtime_apis::RuntimeApi {
runtime_apis::RuntimeApi
}
@@ -301,7 +306,7 @@ impl RuntimeGenerator {
ViewFunctionsApi
}
pub fn custom() -> CustomValuesApi {
pub fn custom_values() -> CustomValuesApi {
CustomValuesApi
}