Module subxt::metadata

source ·
Expand description

Types representing the metadata obtained from a node.

Structs

Any type implementing Decode can also be decoded with the help of metadata.
Any type implementing Encode can also be encoded with the help of metadata.
Details about a specific runtime error.
Metadata for specific field.
Metadata for specific events.
A representation of the runtime metadata received from a node.
Metadata for a specific pallet.

Enums

Error originated from converting a runtime metadata RuntimeMetadataPrefixed to the internal Metadata representation.
Metadata error originated from inspecting the internal representation of the runtime metadata.

Traits

This trait is implemented for types which can be decoded with the help of metadata.
This trait is implemented for types which can be encoded with the help of metadata.
Locate an item of a known type in the metadata. We should already know that the item we’re looking for is a call or event for instance, and then with this, we can dig up details for that item in the metadata.