Files
pezkuwi-subxt/signer
Matteo Muraca bb1a012560 Expose secret_key method for ecdsa::Keypair and eth::Keypair (#1628)
* Expose `secret_key` method for `ecdsa::Keypair` and `eth::Keypair`

* cargo fmt

* fix eth::secret_key

---------

Co-authored-by: James Wilson <james@jsdw.me>
2024-07-08 14:30:00 +01:00
..

Subxt-signer

This library exposes a small, WASM compatible signer implementation which can be used in conjunction with Subxt to sign transactions.

This library can be used without Subxt by disabling the subxt feature flag, which is enabled by default.