cic-contracts/doc/texinfo/declarator.sol.texi

24 lines
829 B
Plaintext

@subsection Declarator
Permissionless store of signed claims made by an address about other addresses, or addresses about themselves.
It is used to declare or respond to certifications of vouchers, NFT, voucher members.
Addresses may be Externally Owned Accounts or smart contracts.
Claims may be made with or without topics. A missing topic is synonymous with a topic value of @code{bytes32(0x00)}.
Any number of claims can be made about an address under any number of topics. All claims must be stored, and returned in the order which they were added.
@subsubsection ERC165 Interface identifier
@include ../../build/Declarator.interface
@subsubsection Solidity interface definition
@include ../../build/contract_Declarator.texi
@subsubsection Reference implementation
@uref{git://holbrook.no/eth-address-index.git,}