Expand description
Schnorr account contract — a real account implementation with Schnorr signing.
This is the Rust equivalent of the TS SchnorrAccountContract. It uses
the Grumpkin-based Schnorr signature scheme for transaction authorization
and routes calls through the DefaultAccountEntrypoint.
Structs§
- Schnorr
Account - An account that uses Schnorr signing and the default account entrypoint.
- Schnorr
Account Contract - A Schnorr-based account contract.
- Schnorr
Authorization Provider - Authorization provider that signs messages with Schnorr on Grumpkin.