Add ACL interface
This commit is contained in:
17
doc/texinfo/acl.sol.texi
Normal file
17
doc/texinfo/acl.sol.texi
Normal 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,}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user