I hate it I hate it so much. Im open to ideas to fix it
Issue
- need metadata for subxt calls
- metadata is large and makes the program bloated
- Also cuz in wasm can't use fs or other methods for getting it in core (no wasm enviroments)
- Metadata is literally a Vec I load in as a lazy_static const
Some Pondering
- How much of the metadata do we need to make an offline api and one call
- If we can generalize it, it can work for all chains
I hate it I hate it so much. Im open to ideas to fix it
Issue
Some Pondering