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/access
Francisco Giordano ef3bbbcf40
Add readme notices with link to docs site (#2300)
5 years ago
..
AccessControl.sol Add 'available since' notices 5 years ago
Ownable.sol Add SPX license identifier (#2235) 5 years ago
README.adoc Add readme notices with link to docs site (#2300) 5 years ago

README.adoc

= Access

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

Contract modules for authorization and access control mechanisms.

== Contracts

{{Ownable}}

{{AccessControl}}