Expand description
Starknet signer interface and common implementations.
Re-exports§
pub use local_wallet::LocalWallet;
Modules§
- local_
wallet - Module containing types related to the use of a simple in-memory signer.
Structs§
- Signing
Key - A ECDSA signing (private) key on the STARK curve.
- Verifying
Key - A ECDSA verifying (public) key on the STARK curve.
Enums§
- Infallible
- An error type that indicates an error cannot possibly occur. Used as placeholder where
Resultis expected. - Keystore
Error - Errors using an encrypted JSON keystore.
- Signer
Interactivity Context - Context for helping signer implementations make decisions on whether to act interactively or not, useful for signers with dynamic interactivity.