Module subxt_codegen::fetch_metadata
source · Available on crate feature
fetch-metadata only.Expand description
Helper methods for fetching metadata from a file or URL.
Structs§
- A parsed URL record.
Enums§
- The metadata version that is fetched from the node.
Functions§
- Fetch metadata from a file.
- Returns the metadata bytes from the provided URL.
- Returns the metadata bytes from the provided URL, blocking the current thread.