mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-08-12 17:21:42 +00:00
3bbba1b005
* Allow visiting extrinsic fields * fmt * Don't use local scale-decode dep * Clippy and tidy * Extend 'subxt codegen' CLI to work with legacy metadatas * Simplify historic extrinsics example now that AccountId32s have paths/names * clippy * clippy * clippy.. * Allow visiting storage values, too, and clean up extrinsic visiting a little by narrowing lifetime * Try to fix flaky test * Add custom value decode to extrinsics example * Remove useless else branch ra thought I needed * Simplify examples
8 lines
165 B
Rust
8 lines
165 B
Rust
mod any_resolver;
|
|
mod either;
|
|
mod range_map;
|
|
|
|
pub use any_resolver::{AnyResolver, AnyResolverError, AnyTypeId};
|
|
pub use either::Either;
|
|
pub use range_map::RangeMap;
|