Module signer

Module signer 

Source
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§

Ed25519Signer
Custom signer for ED25519 key pairs
Sr25519Signer
Custom signer for SR25519 key pairs

Enums§

ApexSigner
Enum to hold either SR25519 or ED25519 signer