Module runtime::utils::signer

source ·
Expand description

A signer suitable for substrate based chains. This provides compatibility with Substrate packages like sp_keyring and such, and so relies on sp_core and sp_runtime to be included. Custom implementation needed because as it feature gated by subxt substrate-compat feature flag.

Structs

  • A [Signer] implementation that can be constructed from an [sp_core::Pair].