Expand description
Custom signer implementation for Substrate transactions
This module provides a custom signer that replaces the deprecated PairSigner from substrate-compat. It implements the subxt::tx::Signer trait for SR25519 and ED25519 key pairs.
Structs§
- Ed25519
Signer - Custom signer for ED25519 key pairs
- Sr25519
Signer - Custom signer for SR25519 key pairs
Enums§
- Apex
Signer - Enum to hold either SR25519 or ED25519 signer