Module subxt::utils::account_id

source ·
Expand description

The “default” Substrate/Polkadot AccountId. 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_core::AccountId32 for instance, to gain functionality without forcing a dependency on Substrate crates here.

Structs

A 32-byte cryptographic identifier. This is a simplified version of Substrate’s sp_core::crypto::AccountId32. To obtain more functionality, convert this into that type.

Enums

An error obtained from trying to interpret an SS58 encoded string into an AccountId32