Expand description
Subxt utils fetch metadata.
Structs§
- Url
- A parsed URL record.
Enums§
- Error
- Error attempting to fetch metadata.
- Metadata
Version - The metadata version that is fetched from the node.
Functions§
- from_
file_ blocking - Fetch metadata from a file in a blocking manner.
- from_
url - Returns the metadata bytes from the provided URL.
- from_
url_ blocking - Returns the metadata bytes from the provided URL, blocking the current thread.