Files
pezkuwi-subxt/signer
Matteo Muraca ae5c0927c6 Implemented sign_prehashed for ecdsa::Keypair and eth::Keypair (#1598)
* Implemented `sign_prehashed` for `eth::Keypair`

* missing import

* fmt

* Implemented `sign_prehashed` for `ecdsa::Keypair`

* use `[u8; 32]` type

* ditched From impl
2024-05-24 09:48:55 +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.