Module subxt::utils::multi_address

source ·
Expand description

The “default” Substrate/Polkadot Address type. This is used in codegen, as well as signing related bits. This doesn’t contain much functionality itself, but is easy to convert to/from an sp_runtime::MultiAddress for instance, to gain functionality without forcing a dependency on Substrate crates here.

Enums

A multi-format address wrapper for on-chain accounts. This is a simplified version of Substrate’s sp_runtime::MultiAddress. To obtain more functionality, convert this into that type (this conversion functionality is provided via From impls if the substrate-compat feature is enabled).