Module subxt::utils::multi_signature
source · Expand description
The “default” Substrate/Polkadot Signature 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::MultiSignature
for instance, to gain functionality without forcing a dependency on Substrate crates here.
Enums
Signature container that can store known signature types. This is a simplified version of
sp_runtime::MultiSignature
. To obtain more functionality, convert this into that type.