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

21 lines
512 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@subsection Msg
Enables a reference "message" to describe the contract using an off-chain resource.
The reference may or may not be mutable.
The interface complements @code{Locator} and @code{MultiHash} to generate locators for how to resolve the reference.
@subsubsection ERC165 Interface identifier
@include ../../build/Msg.interface
@subsubsection Solidity interface definition
@include ../../build/contract_Msg.texi
@subsubsection Example implementation
@uref{git://holbrook.no/eth-event-msg.git}