Crate starknet_accounts
source ·Re-exports
pub use single_owner::ExecutionEncoding;pub use single_owner::SingleOwnerAccount;
Modules
Structs
- An intermediate type allowing users to optionally specify
nonceand/ormax_fee. - An intermediate type allowing users to optionally specify
nonceand/ormax_fee. - An intermediate type allowing users to optionally specify
nonceand/ormax_fee. - An intermediate type allowing users to optionally specify
nonceand/ormax_fee. - RawAccountDeployment but with a factory associated.
- RawDeclaration but with an account associated.
- RawExecution but with an account associated.
- RawLegacyDeclaration but with an account associated.
Enums
Traits
- The standard Starknet account contract interface. It makes no assumption about the underlying signer or provider. Account implementations that come with an active connection to the network should also implement ConnectedAccount for useful functionalities like estimating fees and sending transactions.
- This trait enables deploying account contracts using the
DeployAccounttransaction type.