mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts/account
Hadrien Croubois 352ab13687
Add a Calldata library with `emptyBytes` and `emptyString` functions (#5422)
4 weeks ago
..
utils Add a Calldata library with `emptyBytes` and `emptyString` functions (#5422) 4 weeks ago
README.adoc Merge account abstraction work into master (#5274) 4 months ago

README.adoc

= Account

[.readme-notice]
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/account

This directory includes contracts to build accounts for ERC-4337.

== Utilities

{{ERC4337Utils}}

{{ERC7579Utils}}