Add ACL interface

This commit is contained in:
lash
2023-08-03 15:16:33 +01:00
parent b9a29b7827
commit db35d389ec
6 changed files with 74 additions and 0 deletions

17
doc/texinfo/acl.sol.texi Normal file
View File

@@ -0,0 +1,17 @@
@subsection ACL
A simple Access Control List definition that returns true of false depending on whether an signatory (address) is allowed to operate in a given context.
@subsubsection ERC165 Interface identifier
@include ../../build/ACL.interface
@subsubsection Solidity interface definition
@include ../../build/contract_ACL.texi
@subsubsection Example implementation
@uref{git://holbrook.no/eth-accounts-index.git,}

View File

@@ -50,6 +50,8 @@ The following well-known solidity interfaces are partially implemented in CIC na
@section Native interfaces
@include acl.sol.texi
@include accountsindex.sol.texi
@include burner.sol.texi