mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 19:47:59 +00:00
Inject hashed prefix for remote-ext (#8960)
* Inject for remote-ext * Update utils/frame/remote-externalities/src/lib.rs Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com> * Update utils/frame/remote-externalities/src/lib.rs Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com>
This commit is contained in:
@@ -447,7 +447,7 @@ pub trait AppCrypto<Public, Signature> {
|
||||
// TODO [#5663] Could this be just `T::Signature as traits::Verify>::Signer`?
|
||||
// Seems that this may cause issues with bounds resolution.
|
||||
pub trait SigningTypes: crate::Config {
|
||||
/// A public key that is capable of identifing `AccountId`s.
|
||||
/// A public key that is capable of identifying `AccountId`s.
|
||||
///
|
||||
/// Usually that's either a raw crypto public key (e.g. `sr25519::Public`) or
|
||||
/// an aggregate type for multiple crypto public keys, like `MulitSigner`.
|
||||
|
||||
Reference in New Issue
Block a user