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

21 lines
820 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 valud 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.
@table @dfn
@item ERC165 Interface identifier
@include ../../build/Declarator.interface
@item Solidity interface definition
@include ../../build/contract_Declarator.texi
@item Reference implementation
@uref{git://holbrook.no/eth-address-index.git,}
@end table